#AF8BCD

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

Shades of East Side #AF8BCD

Tints of East Side #AF8BCD

Color information

#AF8BCD (or 0xAF8BCD) is unknown color: approx East Side. HEX triplet: AF, 8B and CD. RGB value is (175,139,205). Sum of RGB (Red+Green+Blue) = 175+139+205=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF8BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8BCD is #507432. Grayscale: #9D9D9D. Windows color (decimal): -5272627 or 13470639. OLE color: 13470639.

HSL color Cylindrical-coordinate representation of color #AF8BCD: hue angle of 272.73º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF8BCD is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175139205-
CMYK0.150.3200.20
HSL272.73º39.76%67.45%-
HSV(B)272.73º32.2%80.39%-
XYZ37.9331.9961.93-
YUV157.29154.93140.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=33.72%
G=26.78%
B=39.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751392050.150.3200.20272.7339.7667.45
HexAF8BCDF200141112843
Octal257213315174002442150103
Binary10101111100010111100110111111000000101001000100011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8BCD; }

 p { color: rgb(175,139,205); }

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

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

 a { background-color: rgb(175,139,205); }

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

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

 span { border-color: rgb(175,139,205); }

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