Html Css Color HEX #AF5483 Royal Heath

📋 copy color: '#AF5483'

red 175 ◦ green 84 ◦ blue 131

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

Shades of Royal Heath #AF5483

Tints of Royal Heath #AF5483

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.54%

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

R = 44.87%
G = 21.54%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF5483 (or 0xAF5483) is known color: Royal Heath. HEX triplet: AF, 54 and 83. RGB value is (175,84,131). Sum of RGB (Red+Green+Blue) = 175+84+131=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5483 is #50AB7C. Grayscale: #747474. Windows color (decimal): -5286781 or 8606895. OLE color: 8606895.

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

Color convert

RGB 175 84 131 -
CMYK 0 0.52 0.25 0.31
HSL 329.01º 0.36% 0.51% -
HSV(B) 329.01º 0.52% 0.69% -
XYZ 24.95 17.09 23.46 -
YUV 116.57 136.15 169.68 -
System Red Green Blue C M Y K H S L
Decimal 175 84 131 0 0.52 0.25 0.31 329.01 0.36 0.51
Hex AF 54 83 0 34 19 1F 149 24 33
Octal 257 124 203 0 64 31 37 511 44 63
Binary 10101111 1010100 10000011 0 110100 11001 11111 101001001 100100 110011

Color Harmonies of #AF5483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5483

Black with #AF5483

Text Example


Text Example

White with #AF5483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5483; }

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

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

background-color css

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

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

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

border-color css

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

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

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