#A68FAF

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

Shades of East Side #A68FAF

Tints of East Side #A68FAF

Color information

#A68FAF (or 0xA68FAF) is unknown color: approx East Side. HEX triplet: A6, 8F and AF. RGB value is (166,143,175). Sum of RGB (Red+Green+Blue) = 166+143+175=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 175 - color contains mainly: blue. Hex color #A68FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68FAF is #597050. Grayscale: #999999. Windows color (decimal): -5861457 or 11505574. OLE color: 11505574.

HSL color Cylindrical-coordinate representation of color #A68FAF: hue angle of 283.12º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A68FAF is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB166143175-
CMYK0.050.1800.31
HSL283.12º16.67%62.35%-
HSV(B)283.12º18.29%68.63%-
XYZ33.2930.8544.76-
YUV153.52140.12136.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.30%
GREEN value IS 143 (56.25% from 255) = 29.55%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=34.30%
G=29.55%
B=36.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661431750.050.1800.31283.1216.6762.35
HexA68FAF51201F11b113e
Octal2462172575220374332176
Binary1010011010001111101011111011001001111110001101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68FAF; }

 p { color: rgb(166,143,175); }

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

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

 a { background-color: rgb(166,143,175); }

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

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

 span { border-color: rgb(166,143,175); }

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