Html Css Color HEX #AF5B81 Royal Heath

📋 copy color: '#AF5B81'

red 175 ◦ green 91 ◦ blue 129

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

Shades of Royal Heath #AF5B81

Tints of Royal Heath #AF5B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.66%

R = 44.3%
G = 23.04%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF5B81 (or 0xAF5B81) is known color: Royal Heath. HEX triplet: AF, 5B and 81. RGB value is (175,91,129). Sum of RGB (Red+Green+Blue) = 175+91+129=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5B81 is #50A47E. Grayscale: #787878. Windows color (decimal): -5284991 or 8477615. OLE color: 8477615.

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

Color convert

RGB 175 91 129 -
CMYK 0 0.48 0.26 0.31
HSL 332.86º 0.34% 0.52% -
HSV(B) 332.86º 0.48% 0.69% -
XYZ 25.38 18.18 22.94 -
YUV 120.45 132.83 166.91 -
System Red Green Blue C M Y K H S L
Decimal 175 91 129 0 0.48 0.26 0.31 332.86 0.34 0.52
Hex AF 5B 81 0 30 1A 1F 14D 22 34
Octal 257 133 201 0 60 32 37 515 42 64
Binary 10101111 1011011 10000001 0 110000 11010 11111 101001101 100010 110100

Color Harmonies of #AF5B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B81

Black with #AF5B81

Text Example


Text Example

White with #AF5B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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