Html Css Color HEX #A596BA Cold Purple

📋 copy color: '#A596BA'

red 165 ◦ green 150 ◦ blue 186

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

Shades of Cold Purple #A596BA

Tints of Cold Purple #A596BA

RGB

 RED value IS 165 (64.84% from 255) = 32.93%

 GREEN value IS 150 (58.98% from 255) = 29.94%

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 32.93%
G = 29.94%
B = 37.13%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A596BA (or 0xA596BA) is known color: Cold Purple. HEX triplet: A5, 96 and BA. RGB value is (165,150,186). Sum of RGB (Red+Green+Blue) = 165+150+186=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #A596BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596BA is #5A6945. Grayscale: #9E9E9E. Windows color (decimal): -5925190 or 12228261. OLE color: 12228261.

HSL color Cylindrical-coordinate representation of color #A596BA: hue angle of 265º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A596BA is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 150 186 -
CMYK 0.11 0.19 0 0.27
HSL 265º 0.21% 0.66% -
HSV(B) 265º 0.19% 0.73% -
XYZ 35.29 33.36 51.03 -
YUV 158.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 165 150 186 0.11 0.19 0 0.27 265 0.21 0.66
Hex A5 96 BA B 13 0 1B 109 15 42
Octal 245 226 272 13 23 0 33 411 25 102
Binary 10100101 10010110 10111010 1011 10011 0 11011 100001001 10101 1000010

Color Harmonies of #A596BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A596BA

Black with #A596BA

Text Example


Text Example

White with #A596BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A596BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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