Html Css Color HEX #A68ABA East Side

📋 copy color: '#A68ABA'

red 166 ◦ green 138 ◦ blue 186

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

Shades of East Side #A68ABA

Tints of East Side #A68ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.16%

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

R = 33.88%
G = 28.16%
B = 37.96%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A68ABA (or 0xA68ABA) is known color: East Side. HEX triplet: A6, 8A and BA. RGB value is (166,138,186). Sum of RGB (Red+Green+Blue) = 166+138+186=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #A68ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ABA is #597545. Grayscale: #979797. Windows color (decimal): -5862726 or 12225190. OLE color: 12225190.

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

Color convert

RGB 166 138 186 -
CMYK 0.11 0.26 0 0.27
HSL 275º 0.26% 0.64% -
HSV(B) 275º 0.26% 0.73% -
XYZ 33.68 29.83 50.44 -
YUV 151.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 166 138 186 0.11 0.26 0 0.27 275 0.26 0.64
Hex A6 8A BA B 1A 0 1B 113 1A 40
Octal 246 212 272 13 32 0 33 423 32 100
Binary 10100110 10001010 10111010 1011 11010 0 11011 100010011 11010 1000000

Color Harmonies of #A68ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68ABA

Black with #A68ABA

Text Example


Text Example

White with #A68ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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