Html Css Color HEX #A993C2 East Side

📋 copy color: '#A993C2'

red 169 ◦ green 147 ◦ blue 194

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

Shades of East Side #A993C2

Tints of East Side #A993C2

RGB

 RED value IS 169 (66.41% from 255) = 33.14%

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

 BLUE value IS 194 (76.17% from 255) = 38.04%

R = 33.14%
G = 28.82%
B = 38.04%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A993C2 (or 0xA993C2) is known color: East Side. HEX triplet: A9, 93 and C2. RGB value is (169,147,194). Sum of RGB (Red+Green+Blue) = 169+147+194=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 194 - color contains mainly: blue. Hex color #A993C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993C2 is #566C3D. Grayscale: #9E9E9E. Windows color (decimal): -5663806 or 12751785. OLE color: 12751785.

HSL color Cylindrical-coordinate representation of color #A993C2: hue angle of 268.09º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A993C2 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 147 194 -
CMYK 0.13 0.24 0 0.24
HSL 268.09º 0.28% 0.67% -
HSV(B) 268.09º 0.24% 0.76% -
XYZ 36.53 33.2 55.52 -
YUV 158.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 169 147 194 0.13 0.24 0 0.24 268.09 0.28 0.67
Hex A9 93 C2 D 18 0 18 10C 1C 43
Octal 251 223 302 15 30 0 30 414 34 103
Binary 10101001 10010011 11000010 1101 11000 0 11000 100001100 11100 1000011

Color Harmonies of #A993C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A993C2

Black with #A993C2

Text Example


Text Example

White with #A993C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A993C2; }

 p { color: rgb(169,147,194); }

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

background-color css

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

 a { background-color: rgb(169,147,194); }

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

border-color css

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

 span { border-color: rgb(169,147,194); }

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