Html Css Color HEX #AF5880 Royal Heath

📋 copy color: '#AF5880'

red 175 ◦ green 88 ◦ blue 128

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

Shades of Royal Heath #AF5880

Tints of Royal Heath #AF5880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.74%

R = 44.76%
G = 22.51%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF5880 (or 0xAF5880) is known color: Royal Heath. HEX triplet: AF, 58 and 80. RGB value is (175,88,128). Sum of RGB (Red+Green+Blue) = 175+88+128=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5880 is #50A77F. Grayscale: #767676. Windows color (decimal): -5285760 or 8411311. OLE color: 8411311.

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

Color convert

RGB 175 88 128 -
CMYK 0 0.50 0.27 0.31
HSL 332.41º 0.35% 0.52% -
HSV(B) 332.41º 0.5% 0.69% -
XYZ 25.07 17.65 22.51 -
YUV 118.57 133.32 168.25 -
System Red Green Blue C M Y K H S L
Decimal 175 88 128 0 0.50 0.27 0.31 332.41 0.35 0.52
Hex AF 58 80 0 32 1B 1F 14C 23 34
Octal 257 130 200 0 62 33 37 514 43 64
Binary 10101111 1011000 10000000 0 110010 11011 11111 101001100 100011 110100

Color Harmonies of #AF5880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5880

Black with #AF5880

Text Example


Text Example

White with #AF5880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5880; }

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

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

background-color css

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

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

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

border-color css

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

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

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