Html Css Color HEX #AF5881 Royal Heath

📋 copy color: '#AF5881'

red 175 ◦ green 88 ◦ blue 129

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

Shades of Royal Heath #AF5881

Tints of Royal Heath #AF5881

RGB

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

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

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

R = 44.64%
G = 22.45%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF5881 (or 0xAF5881) is known color: Royal Heath. HEX triplet: AF, 58 and 81. RGB value is (175,88,129). Sum of RGB (Red+Green+Blue) = 175+88+129=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5881 is #50A77E. Grayscale: #767676. Windows color (decimal): -5285759 or 8476847. OLE color: 8476847.

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

Color convert

RGB 175 88 129 -
CMYK 0 0.50 0.26 0.31
HSL 331.72º 0.35% 0.52% -
HSV(B) 331.72º 0.5% 0.69% -
XYZ 25.13 17.68 22.86 -
YUV 118.69 133.82 168.17 -
System Red Green Blue C M Y K H S L
Decimal 175 88 129 0 0.50 0.26 0.31 331.72 0.35 0.52
Hex AF 58 81 0 32 1A 1F 14C 23 34
Octal 257 130 201 0 62 32 37 514 43 64
Binary 10101111 1011000 10000001 0 110010 11010 11111 101001100 100011 110100

Color Harmonies of #AF5881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5881

Black with #AF5881

Text Example


Text Example

White with #AF5881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5881; }

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

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

background-color css

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

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

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

border-color css

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

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

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