#AF88CF

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

Shades of East Side #AF88CF

Tints of East Side #AF88CF

Color information

#AF88CF (or 0xAF88CF) is unknown color: approx East Side. HEX triplet: AF, 88 and CF. RGB value is (175,136,207). Sum of RGB (Red+Green+Blue) = 175+136+207=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF88CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88CF is #507730. Grayscale: #9B9B9B. Windows color (decimal): -5273393 or 13600943. OLE color: 13600943.

HSL color Cylindrical-coordinate representation of color #AF88CF: hue angle of 272.96º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF88CF is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175136207-
CMYK0.150.3400.19
HSL272.96º42.51%67.25%-
HSV(B)272.96º34.3%81.18%-
XYZ37.7531.2363.07-
YUV155.76156.92141.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 136 (53.52% from 255) = 26.25%
BLUE value IS 207 (81.25% from 255) = 39.96%
R=33.78%
G=26.25%
B=39.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751362070.150.3400.19272.9642.5167.25
HexAF88CFF220131112b43
Octal257210317174202342153103
Binary10101111100010001100111111111000100100111000100011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF88CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF88CF; }

 p { color: rgb(175,136,207); }

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

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

 a { background-color: rgb(175,136,207); }

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

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

 span { border-color: rgb(175,136,207); }

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