Html Css Color HEX #A693B1 East Side

📋 copy color: '#A693B1'

red 166 ◦ green 147 ◦ blue 177

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

Shades of East Side #A693B1

Tints of East Side #A693B1

RGB

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

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

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

R = 33.88%
G = 30%
B = 36.12%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A693B1 (or 0xA693B1) is known color: East Side. HEX triplet: A6, 93 and B1. RGB value is (166,147,177). Sum of RGB (Red+Green+Blue) = 166+147+177=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 177 - color contains mainly: blue. Hex color #A693B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A693B1 is #596C4E. Grayscale: #9B9B9B. Windows color (decimal): -5860431 or 11637670. OLE color: 11637670.

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

Color convert

RGB 166 147 177 -
CMYK 0.06 0.17 0 0.31
HSL 278º 0.16% 0.64% -
HSV(B) 278º 0.17% 0.69% -
XYZ 34.1 32.15 46 -
YUV 156.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 166 147 177 0.06 0.17 0 0.31 278 0.16 0.64
Hex A6 93 B1 6 11 0 1F 116 10 40
Octal 246 223 261 6 21 0 37 426 20 100
Binary 10100110 10010011 10110001 110 10001 0 11111 100010110 10000 1000000

Color Harmonies of #A693B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A693B1

Black with #A693B1

Text Example


Text Example

White with #A693B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A693B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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