Html Css Color HEX #AF5680 Royal Heath

📋 copy color: '#AF5680'

red 175 ◦ green 86 ◦ blue 128

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

Shades of Royal Heath #AF5680

Tints of Royal Heath #AF5680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.11%

 BLUE value IS 128 (50.39% from 255) = 32.9%

R = 44.99%
G = 22.11%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF5680 (or 0xAF5680) is known color: Royal Heath. HEX triplet: AF, 56 and 80. RGB value is (175,86,128). Sum of RGB (Red+Green+Blue) = 175+86+128=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5680 is #50A97F. Grayscale: #757575. Windows color (decimal): -5286272 or 8410799. OLE color: 8410799.

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

Color convert

RGB 175 86 128 -
CMYK 0 0.51 0.27 0.31
HSL 331.69º 0.36% 0.51% -
HSV(B) 331.69º 0.51% 0.69% -
XYZ 24.9 17.33 22.45 -
YUV 117.4 133.99 169.08 -
System Red Green Blue C M Y K H S L
Decimal 175 86 128 0 0.51 0.27 0.31 331.69 0.36 0.51
Hex AF 56 80 0 33 1B 1F 14C 24 33
Octal 257 126 200 0 63 33 37 514 44 63
Binary 10101111 1010110 10000000 0 110011 11011 11111 101001100 100100 110011

Color Harmonies of #AF5680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5680

Black with #AF5680

Text Example


Text Example

White with #AF5680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5680; }

 p { color: rgb(175,86,128); }

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

background-color css

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

 a { background-color: rgb(175,86,128); }

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

border-color css

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

 span { border-color: rgb(175,86,128); }

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