Html Css Color HEX #AF5476 Royal Heath

📋 copy color: '#AF5476'

red 175 ◦ green 84 ◦ blue 118

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

Shades of Royal Heath #AF5476

Tints of Royal Heath #AF5476

RGB

 RED value IS 175 (68.75% from 255) = 46.42%

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

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 46.42%
G = 22.28%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF5476 (or 0xAF5476) is known color: Royal Heath. HEX triplet: AF, 54 and 76. RGB value is (175,84,118). Sum of RGB (Red+Green+Blue) = 175+84+118=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5476 is #50AB89. Grayscale: #737373. Windows color (decimal): -5286794 or 7754927. OLE color: 7754927.

HSL color Cylindrical-coordinate representation of color #AF5476: hue angle of 337.58º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF5476 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 84 118 -
CMYK 0 0.52 0.33 0.31
HSL 337.58º 0.36% 0.51% -
HSV(B) 337.58º 0.52% 0.69% -
XYZ 24.12 16.76 19.1 -
YUV 115.09 129.65 170.74 -
System Red Green Blue C M Y K H S L
Decimal 175 84 118 0 0.52 0.33 0.31 337.58 0.36 0.51
Hex AF 54 76 0 34 21 1F 152 24 33
Octal 257 124 166 0 64 41 37 522 44 63
Binary 10101111 1010100 1110110 0 110100 100001 11111 101010010 100100 110011

Color Harmonies of #AF5476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5476

Black with #AF5476

Text Example


Text Example

White with #AF5476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5476; }

 p { color: rgb(175,84,118); }

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

background-color css

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

 a { background-color: rgb(175,84,118); }

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

border-color css

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

 span { border-color: rgb(175,84,118); }

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