Html Css Color HEX #A68CBA East Side

📋 copy color: '#A68CBA'

red 166 ◦ green 140 ◦ blue 186

#A68CBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #A68CBA

Tints of East Side #A68CBA

RGB

 RED value IS 166 (65.23% from 255) = 33.74%

 GREEN value IS 140 (55.08% from 255) = 28.46%

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 33.74%
G = 28.46%
B = 37.8%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A68CBA (or 0xA68CBA) is known color: East Side. HEX triplet: A6, 8C and BA. RGB value is (166,140,186). Sum of RGB (Red+Green+Blue) = 166+140+186=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #A68CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CBA is #597345. Grayscale: #989898. Windows color (decimal): -5862214 or 12225702. OLE color: 12225702.

HSL color Cylindrical-coordinate representation of color #A68CBA: hue angle of 273.91º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A68CBA is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 140 186 -
CMYK 0.11 0.25 0 0.27
HSL 273.91º 0.25% 0.64% -
HSV(B) 273.91º 0.25% 0.73% -
XYZ 33.97 30.41 50.53 -
YUV 153.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 166 140 186 0.11 0.25 0 0.27 273.91 0.25 0.64
Hex A6 8C BA B 19 0 1B 112 19 40
Octal 246 214 272 13 31 0 33 422 31 100
Binary 10100110 10001100 10111010 1011 11001 0 11011 100010010 11001 1000000

Color Harmonies of #A68CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68CBA

Black with #A68CBA

Text Example


Text Example

White with #A68CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68CBA; }

 p { color: rgb(166,140,186); }

 H1.HeaderClassName
 {
   color: #A68CBA;
 }
 .AnyTagClassName
 {
   color: #A68CBA;
 }
</style>

background-color css

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

 a { background-color: rgb(166,140,186); }

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

border-color css

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

 span { border-color: rgb(166,140,186); }

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