Html Css Color HEX #AF5B7E Royal Heath

📋 copy color: '#AF5B7E'

red 175 ◦ green 91 ◦ blue 126

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

Shades of Royal Heath #AF5B7E

Tints of Royal Heath #AF5B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.14%

R = 44.64%
G = 23.21%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF5B7E (or 0xAF5B7E) is known color: Royal Heath. HEX triplet: AF, 5B and 7E. RGB value is (175,91,126). Sum of RGB (Red+Green+Blue) = 175+91+126=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5B7E is #50A481. Grayscale: #787878. Windows color (decimal): -5284994 or 8281007. OLE color: 8281007.

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

Color convert

RGB 175 91 126 -
CMYK 0 0.48 0.28 0.31
HSL 335º 0.34% 0.52% -
HSV(B) 335º 0.48% 0.69% -
XYZ 25.19 18.1 21.91 -
YUV 120.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 175 91 126 0 0.48 0.28 0.31 335 0.34 0.52
Hex AF 5B 7E 0 30 1C 1F 14F 22 34
Octal 257 133 176 0 60 34 37 517 42 64
Binary 10101111 1011011 1111110 0 110000 11100 11111 101001111 100010 110100

Color Harmonies of #AF5B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B7E

Black with #AF5B7E

Text Example


Text Example

White with #AF5B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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