Html Css Color HEX #AF5983 Royal Heath

📋 copy color: '#AF5983'

red 175 ◦ green 89 ◦ blue 131

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

Shades of Royal Heath #AF5983

Tints of Royal Heath #AF5983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.53%

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

R = 44.3%
G = 22.53%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF5983 (or 0xAF5983) is known color: Royal Heath. HEX triplet: AF, 59 and 83. RGB value is (175,89,131). Sum of RGB (Red+Green+Blue) = 175+89+131=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5983 is #50A67C. Grayscale: #777777. Windows color (decimal): -5285501 or 8608175. OLE color: 8608175.

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

Color convert

RGB 175 89 131 -
CMYK 0 0.49 0.25 0.31
HSL 330.7º 0.35% 0.52% -
HSV(B) 330.7º 0.49% 0.69% -
XYZ 25.35 17.9 23.59 -
YUV 119.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 175 89 131 0 0.49 0.25 0.31 330.7 0.35 0.52
Hex AF 59 83 0 31 19 1F 14B 23 34
Octal 257 131 203 0 61 31 37 513 43 64
Binary 10101111 1011001 10000011 0 110001 11001 11111 101001011 100011 110100

Color Harmonies of #AF5983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5983

Black with #AF5983

Text Example


Text Example

White with #AF5983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5983; }

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

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

background-color css

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

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

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

border-color css

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

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

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