Html Css Color HEX #A65474 Royal Heath

📋 copy color: '#A65474'

red 166 ◦ green 84 ◦ blue 116

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

Shades of Royal Heath #A65474

Tints of Royal Heath #A65474

RGB

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

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

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

R = 45.36%
G = 22.95%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A65474 (or 0xA65474) is known color: Royal Heath. HEX triplet: A6, 54 and 74. RGB value is (166,84,116). Sum of RGB (Red+Green+Blue) = 166+84+116=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A65474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65474 is #59AB8B. Grayscale: #707070. Windows color (decimal): -5876620 or 7623846. OLE color: 7623846.

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

Color convert

RGB 166 84 116 -
CMYK 0 0.49 0.30 0.35
HSL 336.59º 0.33% 0.49% -
HSV(B) 336.59º 0.49% 0.65% -
XYZ 22.05 15.71 18.39 -
YUV 112.17 130.17 166.4 -
System Red Green Blue C M Y K H S L
Decimal 166 84 116 0 0.49 0.30 0.35 336.59 0.33 0.49
Hex A6 54 74 0 31 1E 23 151 21 31
Octal 246 124 164 0 61 36 43 521 41 61
Binary 10100110 1010100 1110100 0 110001 11110 100011 101010001 100001 110001

Color Harmonies of #A65474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65474

Black with #A65474

Text Example


Text Example

White with #A65474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65474; }

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

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

background-color css

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

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

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

border-color css

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

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

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