Html Css Color HEX #AF5877 Royal Heath

📋 copy color: '#AF5877'

red 175 ◦ green 88 ◦ blue 119

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

Shades of Royal Heath #AF5877

Tints of Royal Heath #AF5877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.04%

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

R = 45.81%
G = 23.04%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF5877 (or 0xAF5877) is known color: Royal Heath. HEX triplet: AF, 58 and 77. RGB value is (175,88,119). Sum of RGB (Red+Green+Blue) = 175+88+119=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5877 is #50A788. Grayscale: #757575. Windows color (decimal): -5285769 or 7821487. OLE color: 7821487.

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

Color convert

RGB 175 88 119 -
CMYK 0 0.50 0.32 0.31
HSL 338.62º 0.35% 0.52% -
HSV(B) 338.62º 0.5% 0.69% -
XYZ 24.5 17.43 19.52 -
YUV 117.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 175 88 119 0 0.50 0.32 0.31 338.62 0.35 0.52
Hex AF 58 77 0 32 20 1F 153 23 34
Octal 257 130 167 0 62 40 37 523 43 64
Binary 10101111 1011000 1110111 0 110010 100000 11111 101010011 100011 110100

Color Harmonies of #AF5877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5877

Black with #AF5877

Text Example


Text Example

White with #AF5877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5877; }

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

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

background-color css

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

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

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

border-color css

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

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

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