Html Css Color HEX #A695B1 East Side

📋 copy color: '#A695B1'

red 166 ◦ green 149 ◦ blue 177

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

Shades of East Side #A695B1

Tints of East Side #A695B1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.28%

 BLUE value IS 177 (69.53% from 255) = 35.98%

R = 33.74%
G = 30.28%
B = 35.98%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A695B1 (or 0xA695B1) is known color: East Side. HEX triplet: A6, 95 and B1. RGB value is (166,149,177). Sum of RGB (Red+Green+Blue) = 166+149+177=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 177 - color contains mainly: blue. Hex color #A695B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A695B1 is #596A4E. Grayscale: #9D9D9D. Windows color (decimal): -5859919 or 11638182. OLE color: 11638182.

HSL color Cylindrical-coordinate representation of color #A695B1: hue angle of 276.43º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A695B1 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 149 177 -
CMYK 0.06 0.16 0 0.31
HSL 276.43º 0.15% 0.64% -
HSV(B) 276.43º 0.16% 0.69% -
XYZ 34.41 32.78 46.11 -
YUV 157.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 166 149 177 0.06 0.16 0 0.31 276.43 0.15 0.64
Hex A6 95 B1 6 10 0 1F 114 F 40
Octal 246 225 261 6 20 0 37 424 17 100
Binary 10100110 10010101 10110001 110 10000 0 11111 100010100 1111 1000000

Color Harmonies of #A695B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A695B1

Black with #A695B1

Text Example


Text Example

White with #A695B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A695B1; }

 p { color: rgb(166,149,177); }

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

background-color css

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

 a { background-color: rgb(166,149,177); }

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

border-color css

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

 span { border-color: rgb(166,149,177); }

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