Html Css Color HEX #AF5B7F Royal Heath

📋 copy color: '#AF5B7F'

red 175 ◦ green 91 ◦ blue 127

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

Shades of Royal Heath #AF5B7F

Tints of Royal Heath #AF5B7F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.16%

 BLUE value IS 127 (50% from 255) = 32.32%

R = 44.53%
G = 23.16%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF5B7F (or 0xAF5B7F) is known color: Royal Heath. HEX triplet: AF, 5B and 7F. RGB value is (175,91,127). Sum of RGB (Red+Green+Blue) = 175+91+127=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5B7F is #50A480. Grayscale: #787878. Windows color (decimal): -5284993 or 8346543. OLE color: 8346543.

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

Color convert

RGB 175 91 127 -
CMYK 0 0.48 0.27 0.31
HSL 334.29º 0.34% 0.52% -
HSV(B) 334.29º 0.48% 0.69% -
XYZ 25.25 18.13 22.25 -
YUV 120.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 175 91 127 0 0.48 0.27 0.31 334.29 0.34 0.52
Hex AF 5B 7F 0 30 1B 1F 14E 22 34
Octal 257 133 177 0 60 33 37 516 42 64
Binary 10101111 1011011 1111111 0 110000 11011 11111 101001110 100010 110100

Color Harmonies of #AF5B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B7F

Black with #AF5B7F

Text Example


Text Example

White with #AF5B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B7F; }

 p { color: rgb(175,91,127); }

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

background-color css

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

 a { background-color: rgb(175,91,127); }

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

border-color css

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

 span { border-color: rgb(175,91,127); }

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