Html Css Color HEX #AF5583 Royal Heath

📋 copy color: '#AF5583'

red 175 ◦ green 85 ◦ blue 131

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

Shades of Royal Heath #AF5583

Tints of Royal Heath #AF5583

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.74%

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

R = 44.76%
G = 21.74%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF5583 (or 0xAF5583) is known color: Royal Heath. HEX triplet: AF, 55 and 83. RGB value is (175,85,131). Sum of RGB (Red+Green+Blue) = 175+85+131=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5583 is #50AA7C. Grayscale: #757575. Windows color (decimal): -5286525 or 8607151. OLE color: 8607151.

HSL color Cylindrical-coordinate representation of color #AF5583: hue angle of 329.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5583 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 85 131 -
CMYK 0 0.51 0.25 0.31
HSL 329.33º 0.36% 0.51% -
HSV(B) 329.33º 0.51% 0.69% -
XYZ 25.02 17.25 23.48 -
YUV 117.15 135.82 169.26 -
System Red Green Blue C M Y K H S L
Decimal 175 85 131 0 0.51 0.25 0.31 329.33 0.36 0.51
Hex AF 55 83 0 33 19 1F 149 24 33
Octal 257 125 203 0 63 31 37 511 44 63
Binary 10101111 1010101 10000011 0 110011 11001 11111 101001001 100100 110011

Color Harmonies of #AF5583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5583

Black with #AF5583

Text Example


Text Example

White with #AF5583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5583; }

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

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

background-color css

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

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

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

border-color css

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

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

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