Html Css Color HEX #A64983 Royal Heath

📋 copy color: '#A64983'

red 166 ◦ green 73 ◦ blue 131

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

Shades of Royal Heath #A64983

Tints of Royal Heath #A64983

RGB

 RED value IS 166 (65.23% from 255) = 44.86%

 GREEN value IS 73 (28.91% from 255) = 19.73%

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

R = 44.86%
G = 19.73%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A64983 (or 0xA64983) is known color: Royal Heath. HEX triplet: A6, 49 and 83. RGB value is (166,73,131). Sum of RGB (Red+Green+Blue) = 166+73+131=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A64983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64983 is #59B67C. Grayscale: #6B6B6B. Windows color (decimal): -5879421 or 8604070. OLE color: 8604070.

HSL color Cylindrical-coordinate representation of color #A64983: hue angle of 322.58º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A64983 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 131 -
CMYK 0 0.56 0.21 0.35
HSL 322.58º 0.39% 0.47% -
HSV(B) 322.58º 0.56% 0.65% -
XYZ 22.21 14.51 23.1 -
YUV 107.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 166 73 131 0 0.56 0.21 0.35 322.58 0.39 0.47
Hex A6 49 83 0 38 15 23 143 27 2F
Octal 246 111 203 0 70 25 43 503 47 57
Binary 10100110 1001001 10000011 0 111000 10101 100011 101000011 100111 101111

Color Harmonies of #A64983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64983

Black with #A64983

Text Example


Text Example

White with #A64983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64983; }

 p { color: rgb(166,73,131); }

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

background-color css

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

 a { background-color: rgb(166,73,131); }

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

border-color css

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

 span { border-color: rgb(166,73,131); }

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