Html Css Color HEX #A696B4 East Side

📋 copy color: '#A696B4'

red 166 ◦ green 150 ◦ blue 180

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

Shades of East Side #A696B4

Tints of East Side #A696B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.29%

R = 33.47%
G = 30.24%
B = 36.29%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A696B4 (or 0xA696B4) is known color: East Side. HEX triplet: A6, 96 and B4. RGB value is (166,150,180). Sum of RGB (Red+Green+Blue) = 166+150+180=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 180 - color contains mainly: blue. Hex color #A696B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696B4 is #59694B. Grayscale: #9E9E9E. Windows color (decimal): -5859660 or 11835046. OLE color: 11835046.

HSL color Cylindrical-coordinate representation of color #A696B4: hue angle of 272º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A696B4 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 150 180 -
CMYK 0.08 0.17 0 0.29
HSL 272º 0.17% 0.65% -
HSV(B) 272º 0.17% 0.71% -
XYZ 34.87 33.21 47.75 -
YUV 158.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 166 150 180 0.08 0.17 0 0.29 272 0.17 0.65
Hex A6 96 B4 8 11 0 1D 110 11 41
Octal 246 226 264 10 21 0 35 420 21 101
Binary 10100110 10010110 10110100 1000 10001 0 11101 100010000 10001 1000001

Color Harmonies of #A696B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696B4

Black with #A696B4

Text Example


Text Example

White with #A696B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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