Html Css Color HEX #A992C2 East Side

📋 copy color: '#A992C2'

red 169 ◦ green 146 ◦ blue 194

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

Shades of East Side #A992C2

Tints of East Side #A992C2

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.68%

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

R = 33.2%
G = 28.68%
B = 38.11%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A992C2 (or 0xA992C2) is known color: East Side. HEX triplet: A9, 92 and C2. RGB value is (169,146,194). Sum of RGB (Red+Green+Blue) = 169+146+194=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 194 - color contains mainly: blue. Hex color #A992C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A992C2 is #566D3D. Grayscale: #9E9E9E. Windows color (decimal): -5664062 or 12751529. OLE color: 12751529.

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

Color convert

RGB 169 146 194 -
CMYK 0.13 0.25 0 0.24
HSL 268.75º 0.28% 0.67% -
HSV(B) 268.75º 0.25% 0.76% -
XYZ 36.38 32.89 55.47 -
YUV 158.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 169 146 194 0.13 0.25 0 0.24 268.75 0.28 0.67
Hex A9 92 C2 D 19 0 18 10D 1C 43
Octal 251 222 302 15 31 0 30 415 34 103
Binary 10101001 10010010 11000010 1101 11001 0 11000 100001101 11100 1000011

Color Harmonies of #A992C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A992C2

Black with #A992C2

Text Example


Text Example

White with #A992C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A992C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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