Html Css Color HEX #A64A82 Royal Heath

📋 copy color: '#A64A82'

red 166 ◦ green 74 ◦ blue 130

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

Shades of Royal Heath #A64A82

Tints of Royal Heath #A64A82

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20%

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

R = 44.86%
G = 20%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A64A82 (or 0xA64A82) is known color: Royal Heath. HEX triplet: A6, 4A and 82. RGB value is (166,74,130). Sum of RGB (Red+Green+Blue) = 166+74+130=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64A82 is #59B57D. Grayscale: #6B6B6B. Windows color (decimal): -5879166 or 8538790. OLE color: 8538790.

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

Color convert

RGB 166 74 130 -
CMYK 0 0.55 0.22 0.35
HSL 323.48º 0.38% 0.47% -
HSV(B) 323.48º 0.55% 0.65% -
XYZ 22.2 14.62 22.77 -
YUV 107.89 140.48 169.45 -
System Red Green Blue C M Y K H S L
Decimal 166 74 130 0 0.55 0.22 0.35 323.48 0.38 0.47
Hex A6 4A 82 0 37 16 23 143 26 2F
Octal 246 112 202 0 67 26 43 503 46 57
Binary 10100110 1001010 10000010 0 110111 10110 100011 101000011 100110 101111

Color Harmonies of #A64A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A82

Black with #A64A82

Text Example


Text Example

White with #A64A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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