Html Css Color HEX #AF5582 Royal Heath

📋 copy color: '#AF5582'

red 175 ◦ green 85 ◦ blue 130

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

Shades of Royal Heath #AF5582

Tints of Royal Heath #AF5582

RGB

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

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

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

R = 44.87%
G = 21.79%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF5582 (or 0xAF5582) is known color: Royal Heath. HEX triplet: AF, 55 and 82. RGB value is (175,85,130). Sum of RGB (Red+Green+Blue) = 175+85+130=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5582 is #50AA7D. Grayscale: #747474. Windows color (decimal): -5286526 or 8541615. OLE color: 8541615.

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

Color convert

RGB 175 85 130 -
CMYK 0 0.51 0.26 0.31
HSL 330º 0.36% 0.51% -
HSV(B) 330º 0.51% 0.69% -
XYZ 24.96 17.22 23.13 -
YUV 117.04 135.32 169.34 -
System Red Green Blue C M Y K H S L
Decimal 175 85 130 0 0.51 0.26 0.31 330 0.36 0.51
Hex AF 55 82 0 33 1A 1F 14A 24 33
Octal 257 125 202 0 63 32 37 512 44 63
Binary 10101111 1010101 10000010 0 110011 11010 11111 101001010 100100 110011

Color Harmonies of #AF5582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5582

Black with #AF5582

Text Example


Text Example

White with #AF5582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5582; }

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

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

background-color css

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

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

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

border-color css

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

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

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