Html Css Color HEX #A693AB East Side

📋 copy color: '#A693AB'

red 166 ◦ green 147 ◦ blue 171

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

Shades of East Side #A693AB

Tints of East Side #A693AB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.37%

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

R = 34.3%
G = 30.37%
B = 35.33%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A693AB (or 0xA693AB) is known color: East Side. HEX triplet: A6, 93 and AB. RGB value is (166,147,171). Sum of RGB (Red+Green+Blue) = 166+147+171=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #A693AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A693AB is #596C54. Grayscale: #9B9B9B. Windows color (decimal): -5860437 or 11244454. OLE color: 11244454.

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

Color convert

RGB 166 147 171 -
CMYK 0.03 0.14 0 0.33
HSL 287.5º 0.13% 0.62% -
HSV(B) 287.5º 0.14% 0.67% -
XYZ 33.51 31.91 42.92 -
YUV 155.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 166 147 171 0.03 0.14 0 0.33 287.5 0.13 0.62
Hex A6 93 AB 3 E 0 21 120 C 3E
Octal 246 223 253 3 16 0 41 440 14 76
Binary 10100110 10010011 10101011 11 1110 0 100001 100100000 1100 111110

Color Harmonies of #A693AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A693AB

Black with #A693AB

Text Example


Text Example

White with #A693AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A693AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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