Html Css Color HEX #AF5477 Royal Heath

📋 copy color: '#AF5477'

red 175 ◦ green 84 ◦ blue 119

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

Shades of Royal Heath #AF5477

Tints of Royal Heath #AF5477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 46.3%
G = 22.22%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF5477 (or 0xAF5477) is known color: Royal Heath. HEX triplet: AF, 54 and 77. RGB value is (175,84,119). Sum of RGB (Red+Green+Blue) = 175+84+119=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5477 is #50AB88. Grayscale: #737373. Windows color (decimal): -5286793 or 7820463. OLE color: 7820463.

HSL color Cylindrical-coordinate representation of color #AF5477: hue angle of 336.92º 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 #AF5477 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 84 119 -
CMYK 0 0.52 0.32 0.31
HSL 336.92º 0.36% 0.51% -
HSV(B) 336.92º 0.52% 0.69% -
XYZ 24.18 16.79 19.42 -
YUV 115.2 130.15 170.65 -
System Red Green Blue C M Y K H S L
Decimal 175 84 119 0 0.52 0.32 0.31 336.92 0.36 0.51
Hex AF 54 77 0 34 20 1F 151 24 33
Octal 257 124 167 0 64 40 37 521 44 63
Binary 10101111 1010100 1110111 0 110100 100000 11111 101010001 100100 110011

Color Harmonies of #AF5477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5477

Black with #AF5477

Text Example


Text Example

White with #AF5477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5477; }

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

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

background-color css

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

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

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

border-color css

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

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

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