Html Css Color HEX #AF5181 Royal Heath

📋 copy color: '#AF5181'

red 175 ◦ green 81 ◦ blue 129

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

Shades of Royal Heath #AF5181

Tints of Royal Heath #AF5181

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.04%

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

R = 45.45%
G = 21.04%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF5181 (or 0xAF5181) is known color: Royal Heath. HEX triplet: AF, 51 and 81. RGB value is (175,81,129). Sum of RGB (Red+Green+Blue) = 175+81+129=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5181 is #50AE7E. Grayscale: #727272. Windows color (decimal): -5287551 or 8475055. OLE color: 8475055.

HSL color Cylindrical-coordinate representation of color #AF5181: hue angle of 329.36º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5181 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 81 129 -
CMYK 0 0.54 0.26 0.31
HSL 329.36º 0.37% 0.5% -
HSV(B) 329.36º 0.54% 0.69% -
XYZ 24.58 16.58 22.67 -
YUV 114.58 136.14 171.1 -
System Red Green Blue C M Y K H S L
Decimal 175 81 129 0 0.54 0.26 0.31 329.36 0.37 0.5
Hex AF 51 81 0 36 1A 1F 149 25 32
Octal 257 121 201 0 66 32 37 511 45 62
Binary 10101111 1010001 10000001 0 110110 11010 11111 101001001 100101 110010

Color Harmonies of #AF5181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5181

Black with #AF5181

Text Example


Text Example

White with #AF5181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5181; }

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

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

background-color css

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

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

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

border-color css

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

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

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