Html Css Color HEX #AF5481 Royal Heath

📋 copy color: '#AF5481'

red 175 ◦ green 84 ◦ blue 129

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

Shades of Royal Heath #AF5481

Tints of Royal Heath #AF5481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.25%

R = 45.1%
G = 21.65%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF5481 (or 0xAF5481) is known color: Royal Heath. HEX triplet: AF, 54 and 81. RGB value is (175,84,129). Sum of RGB (Red+Green+Blue) = 175+84+129=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5481 is #50AB7E. Grayscale: #747474. Windows color (decimal): -5286783 or 8475823. OLE color: 8475823.

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

Color convert

RGB 175 84 129 -
CMYK 0 0.52 0.26 0.31
HSL 330.33º 0.36% 0.51% -
HSV(B) 330.33º 0.52% 0.69% -
XYZ 24.81 17.04 22.75 -
YUV 116.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 175 84 129 0 0.52 0.26 0.31 330.33 0.36 0.51
Hex AF 54 81 0 34 1A 1F 14A 24 33
Octal 257 124 201 0 64 32 37 512 44 63
Binary 10101111 1010100 10000001 0 110100 11010 11111 101001010 100100 110011

Color Harmonies of #AF5481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5481

Black with #AF5481

Text Example


Text Example

White with #AF5481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5481; }

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

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

background-color css

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

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

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

border-color css

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

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

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