Html Css Color HEX #AF5082 Royal Heath

📋 copy color: '#AF5082'

red 175 ◦ green 80 ◦ blue 130

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

Shades of Royal Heath #AF5082

Tints of Royal Heath #AF5082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.78%

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

R = 45.45%
G = 20.78%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF5082 (or 0xAF5082) is known color: Royal Heath. HEX triplet: AF, 50 and 82. RGB value is (175,80,130). Sum of RGB (Red+Green+Blue) = 175+80+130=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5082 is #50AF7D. Grayscale: #717171. Windows color (decimal): -5287806 or 8540335. OLE color: 8540335.

HSL color Cylindrical-coordinate representation of color #AF5082: hue angle of 328.42º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5082 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 80 130 -
CMYK 0 0.54 0.26 0.31
HSL 328.42º 0.37% 0.5% -
HSV(B) 328.42º 0.54% 0.69% -
XYZ 24.58 16.46 23 -
YUV 114.11 136.97 171.43 -
System Red Green Blue C M Y K H S L
Decimal 175 80 130 0 0.54 0.26 0.31 328.42 0.37 0.5
Hex AF 50 82 0 36 1A 1F 148 25 32
Octal 257 120 202 0 66 32 37 510 45 62
Binary 10101111 1010000 10000010 0 110110 11010 11111 101001000 100101 110010

Color Harmonies of #AF5082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5082

Black with #AF5082

Text Example


Text Example

White with #AF5082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5082; }

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

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

background-color css

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

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

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

border-color css

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

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

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