Html Css Color HEX #A693AD East Side

📋 copy color: '#A693AD'

red 166 ◦ green 147 ◦ blue 173

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

Shades of East Side #A693AD

Tints of East Side #A693AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.6%

R = 34.16%
G = 30.25%
B = 35.6%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A693AD (or 0xA693AD) is known color: East Side. HEX triplet: A6, 93 and AD. RGB value is (166,147,173). Sum of RGB (Red+Green+Blue) = 166+147+173=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 173 - color contains mainly: blue. Hex color #A693AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A693AD is #596C52. Grayscale: #9B9B9B. Windows color (decimal): -5860435 or 11375526. OLE color: 11375526.

HSL color Cylindrical-coordinate representation of color #A693AD: hue angle of 283.85º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A693AD is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 147 173 -
CMYK 0.04 0.15 0 0.32
HSL 283.85º 0.14% 0.63% -
HSV(B) 283.85º 0.15% 0.68% -
XYZ 33.7 31.99 43.93 -
YUV 155.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 166 147 173 0.04 0.15 0 0.32 283.85 0.14 0.63
Hex A6 93 AD 4 F 0 20 11C E 3F
Octal 246 223 255 4 17 0 40 434 16 77
Binary 10100110 10010011 10101101 100 1111 0 100000 100011100 1110 111111

Color Harmonies of #A693AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A693AD

Black with #A693AD

Text Example


Text Example

White with #A693AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A693AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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