Html Css Color HEX #A65174 Royal Heath

📋 copy color: '#A65174'

red 166 ◦ green 81 ◦ blue 116

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

Shades of Royal Heath #A65174

Tints of Royal Heath #A65174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.31%

 BLUE value IS 116 (45.7% from 255) = 31.96%

R = 45.73%
G = 22.31%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A65174 (or 0xA65174) is known color: Royal Heath. HEX triplet: A6, 51 and 74. RGB value is (166,81,116). Sum of RGB (Red+Green+Blue) = 166+81+116=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A65174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65174 is #59AE8B. Grayscale: #6E6E6E. Windows color (decimal): -5877388 or 7623078. OLE color: 7623078.

HSL color Cylindrical-coordinate representation of color #A65174: hue angle of 335.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65174 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 81 116 -
CMYK 0 0.51 0.30 0.35
HSL 335.29º 0.34% 0.48% -
HSV(B) 335.29º 0.51% 0.65% -
XYZ 21.82 15.25 18.32 -
YUV 110.41 131.16 167.65 -
System Red Green Blue C M Y K H S L
Decimal 166 81 116 0 0.51 0.30 0.35 335.29 0.34 0.48
Hex A6 51 74 0 33 1E 23 14F 22 30
Octal 246 121 164 0 63 36 43 517 42 60
Binary 10100110 1010001 1110100 0 110011 11110 100011 101001111 100010 110000

Color Harmonies of #A65174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65174

Black with #A65174

Text Example


Text Example

White with #A65174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65174; }

 p { color: rgb(166,81,116); }

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

background-color css

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

 a { background-color: rgb(166,81,116); }

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

border-color css

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

 span { border-color: rgb(166,81,116); }

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