Html Css Color HEX #A995C1 East Side

📋 copy color: '#A995C1'

red 169 ◦ green 149 ◦ blue 193

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

Shades of East Side #A995C1

Tints of East Side #A995C1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.16%

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

R = 33.07%
G = 29.16%
B = 37.77%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A995C1 (or 0xA995C1) is known color: East Side. HEX triplet: A9, 95 and C1. RGB value is (169,149,193). Sum of RGB (Red+Green+Blue) = 169+149+193=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #A995C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995C1 is #566A3E. Grayscale: #9F9F9F. Windows color (decimal): -5663295 or 12686761. OLE color: 12686761.

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

Color convert

RGB 169 149 193 -
CMYK 0.12 0.23 0 0.24
HSL 267.27º 0.26% 0.67% -
HSV(B) 267.27º 0.23% 0.76% -
XYZ 36.74 33.78 55.04 -
YUV 160 146.63 134.42 -
System Red Green Blue C M Y K H S L
Decimal 169 149 193 0.12 0.23 0 0.24 267.27 0.26 0.67
Hex A9 95 C1 C 17 0 18 10B 1A 43
Octal 251 225 301 14 27 0 30 413 32 103
Binary 10101001 10010101 11000001 1100 10111 0 11000 100001011 11010 1000011

Color Harmonies of #A995C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A995C1

Black with #A995C1

Text Example


Text Example

White with #A995C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A995C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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