Html Css Color HEX #A68BAB East Side

📋 copy color: '#A68BAB'

red 166 ◦ green 139 ◦ blue 171

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

Shades of East Side #A68BAB

Tints of East Side #A68BAB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.2%

 BLUE value IS 171 (67.19% from 255) = 35.92%

R = 34.87%
G = 29.2%
B = 35.92%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A68BAB (or 0xA68BAB) is known color: East Side. HEX triplet: A6, 8B and AB. RGB value is (166,139,171). Sum of RGB (Red+Green+Blue) = 166+139+171=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #A68BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68BAB is #597454. Grayscale: #969696. Windows color (decimal): -5862485 or 11242406. OLE color: 11242406.

HSL color Cylindrical-coordinate representation of color #A68BAB: hue angle of 290.62º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A68BAB is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 139 171 -
CMYK 0.03 0.19 0 0.33
HSL 290.63º 0.16% 0.61% -
HSV(B) 290.63º 0.19% 0.67% -
XYZ 32.31 29.51 42.52 -
YUV 150.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 166 139 171 0.03 0.19 0 0.33 290.63 0.16 0.61
Hex A6 8B AB 3 13 0 21 123 10 3D
Octal 246 213 253 3 23 0 41 443 20 75
Binary 10100110 10001011 10101011 11 10011 0 100001 100100011 10000 111101

Color Harmonies of #A68BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BAB

Black with #A68BAB

Text Example


Text Example

White with #A68BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BAB; }

 p { color: rgb(166,139,171); }

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

background-color css

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

 a { background-color: rgb(166,139,171); }

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

border-color css

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

 span { border-color: rgb(166,139,171); }

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