Html Css Color HEX #AF5482 Royal Heath

📋 copy color: '#AF5482'

red 175 ◦ green 84 ◦ blue 130

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

Shades of Royal Heath #AF5482

Tints of Royal Heath #AF5482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.42%

R = 44.99%
G = 21.59%
B = 33.42%

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

#AF5482 (or 0xAF5482) is known color: Royal Heath. HEX triplet: AF, 54 and 82. RGB value is (175,84,130). Sum of RGB (Red+Green+Blue) = 175+84+130=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5482 is #50AB7D. Grayscale: #747474. Windows color (decimal): -5286782 or 8541359. OLE color: 8541359.

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

Color convert

RGB 175 84 130 -
CMYK 0 0.52 0.26 0.31
HSL 329.67º 0.36% 0.51% -
HSV(B) 329.67º 0.52% 0.69% -
XYZ 24.88 17.07 23.1 -
YUV 116.45 135.65 169.76 -
System Red Green Blue C M Y K H S L
Decimal 175 84 130 0 0.52 0.26 0.31 329.67 0.36 0.51
Hex AF 54 82 0 34 1A 1F 14A 24 33
Octal 257 124 202 0 64 32 37 512 44 63
Binary 10101111 1010100 10000010 0 110100 11010 11111 101001010 100100 110011

Color Harmonies of #AF5482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5482

Black with #AF5482

Text Example


Text Example

White with #AF5482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5482; }

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

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

background-color css

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

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

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

border-color css

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

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

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