Html Css Color HEX #A68ABE East Side

📋 copy color: '#A68ABE'

red 166 ◦ green 138 ◦ blue 190

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

Shades of East Side #A68ABE

Tints of East Side #A68ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.46%

R = 33.6%
G = 27.94%
B = 38.46%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A68ABE (or 0xA68ABE) is known color: East Side. HEX triplet: A6, 8A and BE. RGB value is (166,138,190). Sum of RGB (Red+Green+Blue) = 166+138+190=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #A68ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ABE is #597541. Grayscale: #989898. Windows color (decimal): -5862722 or 12487334. OLE color: 12487334.

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

Color convert

RGB 166 138 190 -
CMYK 0.13 0.27 0 0.25
HSL 272.31º 0.29% 0.64% -
HSV(B) 272.31º 0.27% 0.75% -
XYZ 34.11 30 52.71 -
YUV 152.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 166 138 190 0.13 0.27 0 0.25 272.31 0.29 0.64
Hex A6 8A BE D 1B 0 19 110 1D 40
Octal 246 212 276 15 33 0 31 420 35 100
Binary 10100110 10001010 10111110 1101 11011 0 11001 100010000 11101 1000000

Color Harmonies of #A68ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68ABE

Black with #A68ABE

Text Example


Text Example

White with #A68ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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