Html Css Color HEX #AF5883 Royal Heath

📋 copy color: '#AF5883'

red 175 ◦ green 88 ◦ blue 131

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

Shades of Royal Heath #AF5883

Tints of Royal Heath #AF5883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.25%

R = 44.42%
G = 22.34%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF5883 (or 0xAF5883) is known color: Royal Heath. HEX triplet: AF, 58 and 83. RGB value is (175,88,131). Sum of RGB (Red+Green+Blue) = 175+88+131=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5883 is #50A77C. Grayscale: #767676. Windows color (decimal): -5285757 or 8607919. OLE color: 8607919.

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

Color convert

RGB 175 88 131 -
CMYK 0 0.50 0.25 0.31
HSL 330.34º 0.35% 0.52% -
HSV(B) 330.34º 0.5% 0.69% -
XYZ 25.27 17.73 23.56 -
YUV 118.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 175 88 131 0 0.50 0.25 0.31 330.34 0.35 0.52
Hex AF 58 83 0 32 19 1F 14A 23 34
Octal 257 130 203 0 62 31 37 512 43 64
Binary 10101111 1011000 10000011 0 110010 11001 11111 101001010 100011 110100

Color Harmonies of #AF5883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5883

Black with #AF5883

Text Example


Text Example

White with #AF5883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5883; }

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

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

background-color css

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

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

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

border-color css

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

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

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