#A596C4

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

Shades of Cold Purple #A596C4

Tints of Cold Purple #A596C4

Color information

#A596C4 (or 0xA596C4) is unknown color: approx Cold Purple. HEX triplet: A5, 96 and C4. RGB value is (165,150,196). Sum of RGB (Red+Green+Blue) = 165+150+196=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 150 (58.98% from 255 or 29.35% 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 #A596C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596C4 is #5A693B. Grayscale: #9F9F9F. Windows color (decimal): -5925180 or 12883621. OLE color: 12883621.

HSL color Cylindrical-coordinate representation of color #A596C4: hue angle of 259.57º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A596C4 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB165150196-
CMYK0.160.2300.23
HSL259.57º28.05%67.84%-
HSV(B)259.57º23.47%76.86%-
XYZ36.3933.856.83-
YUV159.73148.47131.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.29%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 196 (76.95% from 255) = 38.36%
R=32.29%
G=29.35%
B=38.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651501960.160.2300.23259.5728.0567.84
HexA596C410170171041c44
Octal245226304202702740434104
Binary1010010110010110110001001000010111010111100000100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596C4; }

 p { color: rgb(165,150,196); }

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

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

 a { background-color: rgb(165,150,196); }

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

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

 span { border-color: rgb(165,150,196); }

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