Html Css Color HEX #A696B3 East Side

📋 copy color: '#A696B3'

red 166 ◦ green 150 ◦ blue 179

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

Shades of East Side #A696B3

Tints of East Side #A696B3

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.3%

 BLUE value IS 179 (70.31% from 255) = 36.16%

R = 33.54%
G = 30.3%
B = 36.16%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A696B3 (or 0xA696B3) is known color: East Side. HEX triplet: A6, 96 and B3. RGB value is (166,150,179). Sum of RGB (Red+Green+Blue) = 166+150+179=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 179 - color contains mainly: blue. Hex color #A696B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696B3 is #59694C. Grayscale: #9D9D9D. Windows color (decimal): -5859661 or 11769510. OLE color: 11769510.

HSL color Cylindrical-coordinate representation of color #A696B3: hue angle of 273.1º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A696B3 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 150 179 -
CMYK 0.07 0.16 0 0.30
HSL 273.1º 0.16% 0.65% -
HSV(B) 273.1º 0.16% 0.7% -
XYZ 34.77 33.17 47.22 -
YUV 158.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 166 150 179 0.07 0.16 0 0.30 273.1 0.16 0.65
Hex A6 96 B3 7 10 0 1E 111 10 41
Octal 246 226 263 7 20 0 36 421 20 101
Binary 10100110 10010110 10110011 111 10000 0 11110 100010001 10000 1000001

Color Harmonies of #A696B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696B3

Black with #A696B3

Text Example


Text Example

White with #A696B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696B3; }

 p { color: rgb(166,150,179); }

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

background-color css

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

 a { background-color: rgb(166,150,179); }

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

border-color css

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

 span { border-color: rgb(166,150,179); }

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