Html Css Color HEX #A993C1 East Side

📋 copy color: '#A993C1'

red 169 ◦ green 147 ◦ blue 193

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

Shades of East Side #A993C1

Tints of East Side #A993C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.92%

R = 33.2%
G = 28.88%
B = 37.92%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A993C1 (or 0xA993C1) is known color: East Side. HEX triplet: A9, 93 and C1. RGB value is (169,147,193). Sum of RGB (Red+Green+Blue) = 169+147+193=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #A993C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993C1 is #566C3E. Grayscale: #9E9E9E. Windows color (decimal): -5663807 or 12686249. OLE color: 12686249.

HSL color Cylindrical-coordinate representation of color #A993C1: hue angle of 268.7º degrees, saturation: 0.27, 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 #A993C1 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 147 193 -
CMYK 0.12 0.24 0 0.24
HSL 268.7º 0.27% 0.67% -
HSV(B) 268.7º 0.24% 0.76% -
XYZ 36.42 33.15 54.93 -
YUV 158.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 169 147 193 0.12 0.24 0 0.24 268.7 0.27 0.67
Hex A9 93 C1 C 18 0 18 10D 1B 43
Octal 251 223 301 14 30 0 30 415 33 103
Binary 10101001 10010011 11000001 1100 11000 0 11000 100001101 11011 1000011

Color Harmonies of #A993C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A993C1

Black with #A993C1

Text Example


Text Example

White with #A993C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A993C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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