Html Css Color HEX #A65472 Royal Heath

📋 copy color: '#A65472'

red 166 ◦ green 84 ◦ blue 114

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

Shades of Royal Heath #A65472

Tints of Royal Heath #A65472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.08%

 BLUE value IS 114 (44.92% from 255) = 31.32%

R = 45.6%
G = 23.08%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A65472 (or 0xA65472) is known color: Royal Heath. HEX triplet: A6, 54 and 72. RGB value is (166,84,114). Sum of RGB (Red+Green+Blue) = 166+84+114=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A65472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65472 is #59AB8D. Grayscale: #6F6F6F. Windows color (decimal): -5876622 or 7492774. OLE color: 7492774.

HSL color Cylindrical-coordinate representation of color #A65472: hue angle of 338.05º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65472 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 84 114 -
CMYK 0 0.49 0.31 0.35
HSL 338.05º 0.33% 0.49% -
HSV(B) 338.05º 0.49% 0.65% -
XYZ 21.93 15.66 17.79 -
YUV 111.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 166 84 114 0 0.49 0.31 0.35 338.05 0.33 0.49
Hex A6 54 72 0 31 1F 23 152 21 31
Octal 246 124 162 0 61 37 43 522 41 61
Binary 10100110 1010100 1110010 0 110001 11111 100011 101010010 100001 110001

Color Harmonies of #A65472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65472

Black with #A65472

Text Example


Text Example

White with #A65472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65472; }

 p { color: rgb(166,84,114); }

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

background-color css

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

 a { background-color: rgb(166,84,114); }

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

border-color css

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

 span { border-color: rgb(166,84,114); }

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