#AF8BCE

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

Shades of East Side #AF8BCE

Tints of East Side #AF8BCE

Color information

#AF8BCE (or 0xAF8BCE) is unknown color: approx East Side. HEX triplet: AF, 8B and CE. RGB value is (175,139,206). Sum of RGB (Red+Green+Blue) = 175+139+206=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF8BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8BCE is #507431. Grayscale: #9D9D9D. Windows color (decimal): -5272626 or 13536175. OLE color: 13536175.

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

Color convert

RGB175139206-
CMYK0.150.3300.19
HSL272.24º40.61%67.65%-
HSV(B)272.24º32.52%80.78%-
XYZ38.0532.0462.57-
YUV157.4155.43140.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 139 (54.69% from 255) = 26.73%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=33.65%
G=26.73%
B=39.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751392060.150.3300.19272.2440.6167.65
HexAF8BCEF210131102944
Octal257213316174102342051104
Binary10101111100010111100111011111000010100111000100001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8BCE; }

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

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

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

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

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

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

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

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