#A295C2

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

Shades of Cold Purple #A295C2

Tints of Cold Purple #A295C2

Color information

#A295C2 (or 0xA295C2) is unknown color: approx Cold Purple. HEX triplet: A2, 95 and C2. RGB value is (162,149,194). Sum of RGB (Red+Green+Blue) = 162+149+194=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 194 - color contains mainly: blue. Hex color #A295C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295C2 is #5D6A3D. Grayscale: #9D9D9D. Windows color (decimal): -6122046 or 12752290. OLE color: 12752290.

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

Color convert

RGB162149194-
CMYK0.160.2300.24
HSL257.33º26.95%67.25%-
HSV(B)257.33º23.2%76.08%-
XYZ35.3933.0755.56-
YUV158.02148.31130.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 149 (58.59% from 255) = 29.50%
BLUE value IS 194 (76.17% from 255) = 38.42%
R=32.08%
G=29.50%
B=38.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621491940.160.2300.24257.3326.9567.25
HexA295C210170181011b43
Octal242225302202703040133103
Binary1010001010010101110000101000010111011000100000001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A295C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A295C2; }

 p { color: rgb(162,149,194); }

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

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

 a { background-color: rgb(162,149,194); }

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

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

 span { border-color: rgb(162,149,194); }

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