#AF84CB

Color #AF84CB East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AF84CB

Tints of East Side #AF84CB

Color information

#AF84CB (or 0xAF84CB) is unknown color: approx East Side. HEX triplet: AF, 84 and CB. RGB value is (175,132,203). Sum of RGB (Red+Green+Blue) = 175+132+203=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF84CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84CB is #507B34. Grayscale: #989898. Windows color (decimal): -5274421 or 13337775. OLE color: 13337775.

HSL color Cylindrical-coordinate representation of color #AF84CB: hue angle of 276.34º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF84CB is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175132203-
CMYK0.140.3500.20
HSL276.34º40.57%65.69%-
HSV(B)276.34º34.98%79.61%-
XYZ36.7129.9360.34-
YUV152.95156.25143.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 132 (51.95% from 255) = 25.88%
BLUE value IS 203 (79.69% from 255) = 39.80%
R=34.31%
G=25.88%
B=39.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751322030.140.3500.20276.3440.5765.69
HexAF84CBE230141142942
Octal257204313164302442451102
Binary10101111100001001100101111101000110101001000101001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF84CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF84CB; }

 p { color: rgb(175,132,203); }

 H1.HeaderClassName
 {
   color: #AF84CB;
 }
 .AnyTagClassName
 {
   color: #AF84CB;
 }
</style>
background-color css

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

 a { background-color: rgb(175,132,203); }

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

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

 span { border-color: rgb(175,132,203); }

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