#A092C9

Color #A092C9 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A092C9

Tints of Cold Purple #A092C9

Color information

#A092C9 (or 0xA092C9) is unknown color: approx Cold Purple. HEX triplet: A0, 92 and C9. RGB value is (160,146,201). Sum of RGB (Red+Green+Blue) = 160+146+201=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 201 - color contains mainly: blue. Hex color #A092C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092C9 is #5F6D36. Grayscale: #9C9C9C. Windows color (decimal): -6253879 or 13210272. OLE color: 13210272.

HSL color Cylindrical-coordinate representation of color #A092C9: hue angle of 255.27º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A092C9 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160146201-
CMYK0.200.2700.21
HSL255.27º33.74%68.04%-
HSV(B)255.27º27.36%78.82%-
XYZ35.3232.2559.62-
YUV156.46153.14130.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 201 (78.91% from 255) = 39.64%
R=31.56%
G=28.80%
B=39.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601462010.200.2700.21255.2733.7468.04
HexA092C9141B015ff2244
Octal240222311243302537742104
Binary1010000010010010110010011010011011010101111111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A092C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A092C9; }

 p { color: rgb(160,146,201); }

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

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

 a { background-color: rgb(160,146,201); }

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

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

 span { border-color: rgb(160,146,201); }

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