Html Css Color HEX #AF5677 Royal Heath

📋 copy color: '#AF5677'

red 175 ◦ green 86 ◦ blue 119

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

Shades of Royal Heath #AF5677

Tints of Royal Heath #AF5677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.63%

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

R = 46.05%
G = 22.63%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF5677 (or 0xAF5677) is known color: Royal Heath. HEX triplet: AF, 56 and 77. RGB value is (175,86,119). Sum of RGB (Red+Green+Blue) = 175+86+119=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5677 is #50A988. Grayscale: #747474. Windows color (decimal): -5286281 or 7820975. OLE color: 7820975.

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

Color convert

RGB 175 86 119 -
CMYK 0 0.51 0.32 0.31
HSL 337.75º 0.36% 0.51% -
HSV(B) 337.75º 0.51% 0.69% -
XYZ 24.34 17.1 19.47 -
YUV 116.37 129.49 169.82 -
System Red Green Blue C M Y K H S L
Decimal 175 86 119 0 0.51 0.32 0.31 337.75 0.36 0.51
Hex AF 56 77 0 33 20 1F 152 24 33
Octal 257 126 167 0 63 40 37 522 44 63
Binary 10101111 1010110 1110111 0 110011 100000 11111 101010010 100100 110011

Color Harmonies of #AF5677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5677

Black with #AF5677

Text Example


Text Example

White with #AF5677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5677; }

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

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

background-color css

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

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

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

border-color css

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

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

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