Html Css Color HEX #A35983 Strikemaster

📋 copy color: '#A35983'

red 163 ◦ green 89 ◦ blue 131

#A35983
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #A35983

Tints of Strikemaster #A35983

RGB

 RED value IS 163 (64.06% from 255) = 42.56%

 GREEN value IS 89 (35.16% from 255) = 23.24%

 BLUE value IS 131 (51.56% from 255) = 34.2%

R = 42.56%
G = 23.24%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A35983 (or 0xA35983) is known color: Strikemaster. HEX triplet: A3, 59 and 83. RGB value is (163,89,131). Sum of RGB (Red+Green+Blue) = 163+89+131=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A35983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35983 is #5CA67C. Grayscale: #737373. Windows color (decimal): -6071933 or 8608163. OLE color: 8608163.

HSL color Cylindrical-coordinate representation of color #A35983: hue angle of 325.95º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A35983 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 89 131 -
CMYK 0 0.45 0.20 0.36
HSL 325.95º 0.29% 0.49% -
HSV(B) 325.95º 0.45% 0.64% -
XYZ 22.77 16.57 23.47 -
YUV 115.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 163 89 131 0 0.45 0.20 0.36 325.95 0.29 0.49
Hex A3 59 83 0 2D 14 24 146 1D 31
Octal 243 131 203 0 55 24 44 506 35 61
Binary 10100011 1011001 10000011 0 101101 10100 100100 101000110 11101 110001

Color Harmonies of #A35983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35983

Black with #A35983

Text Example


Text Example

White with #A35983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35983; }

 p { color: rgb(163,89,131); }

 H1.HeaderClassName
 {
   color: #A35983;
 }
 .AnyTagClassName
 {
   color: #A35983;
 }
</style>

background-color css

<style>
 a { background-color: #A35983; }

 a { background-color: rgb(163,89,131); }

 div.DivClassName
 {
   background-color: #A35983;
 }
 .BgClassName
 {
   background-color: #A35983;
 }
</style>

border-color css

<style>
 span { border-color: #A35983; }

 span { border-color: rgb(163,89,131); }

 td.TdClassName
 {
   border-color: #A35983;
 }
 .TagClassName
 {
   border-color: #A35983;
 }
</style>