#A992C4

Color #A992C4 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A992C4

Tints of East Side #A992C4

Color information

#A992C4 (or 0xA992C4) is unknown color: approx East Side. HEX triplet: A9, 92 and C4. RGB value is (169,146,196). Sum of RGB (Red+Green+Blue) = 169+146+196=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 196 - color contains mainly: blue. Hex color #A992C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A992C4 is #566D3B. Grayscale: #9E9E9E. Windows color (decimal): -5664060 or 12882601. OLE color: 12882601.

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

Color convert

RGB169146196-
CMYK0.140.2600.23
HSL267.6º29.76%67.06%-
HSV(B)267.6º25.51%76.86%-
XYZ36.632.9856.66-
YUV158.58149.12135.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 196 (76.95% from 255) = 38.36%
R=33.07%
G=28.57%
B=38.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691461960.140.2600.23267.629.7667.06
HexA992C4E1A01710c1e43
Octal251222304163202741436103
Binary101010011001001011000100111011010010111100001100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A992C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A992C4; }

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

 H1.HeaderClassName
 {
   color: #A992C4;
 }
 .AnyTagClassName
 {
   color: #A992C4;
 }
</style>
background-color css

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

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

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

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

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

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