Html Css Color HEX #A64982 Royal Heath

📋 copy color: '#A64982'

red 166 ◦ green 73 ◦ blue 130

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

Shades of Royal Heath #A64982

Tints of Royal Heath #A64982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.23%

R = 44.99%
G = 19.78%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A64982 (or 0xA64982) is known color: Royal Heath. HEX triplet: A6, 49 and 82. RGB value is (166,73,130). Sum of RGB (Red+Green+Blue) = 166+73+130=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A64982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64982 is #59B67D. Grayscale: #6B6B6B. Windows color (decimal): -5879422 or 8538534. OLE color: 8538534.

HSL color Cylindrical-coordinate representation of color #A64982: hue angle of 323.23º 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 #A64982 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 130 -
CMYK 0 0.56 0.22 0.35
HSL 323.23º 0.39% 0.47% -
HSV(B) 323.23º 0.56% 0.65% -
XYZ 22.14 14.48 22.75 -
YUV 107.31 140.81 169.87 -
System Red Green Blue C M Y K H S L
Decimal 166 73 130 0 0.56 0.22 0.35 323.23 0.39 0.47
Hex A6 49 82 0 38 16 23 143 27 2F
Octal 246 111 202 0 70 26 43 503 47 57
Binary 10100110 1001001 10000010 0 111000 10110 100011 101000011 100111 101111

Color Harmonies of #A64982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64982

Black with #A64982

Text Example


Text Example

White with #A64982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64982; }

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

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

background-color css

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

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

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

border-color css

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

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

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