#AF81CB

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

Shades of East Side #AF81CB

Tints of East Side #AF81CB

Color information

#AF81CB (or 0xAF81CB) is unknown color: approx East Side. HEX triplet: AF, 81 and CB. RGB value is (175,129,203). Sum of RGB (Red+Green+Blue) = 175+129+203=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF81CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81CB is #507E34. Grayscale: #969696. Windows color (decimal): -5275189 or 13337007. OLE color: 13337007.

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

Color convert

RGB175129203-
CMYK0.140.3600.20
HSL277.3º41.57%65.1%-
HSV(B)277.3º36.45%79.61%-
XYZ36.3129.1360.21-
YUV151.19157.24144.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 129 (50.78% from 255) = 25.44%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=34.52%
G=25.44%
B=40.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751292030.140.3600.20277.341.5765.1
HexAF81CBE240141152a41
Octal257201313164402442552101
Binary10101111100000011100101111101001000101001000101011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81CB; }

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

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

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

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

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

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

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

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