Html Css Color HEX #A596BD Cold Purple

📋 copy color: '#A596BD'

red 165 ◦ green 150 ◦ blue 189

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

Shades of Cold Purple #A596BD

Tints of Cold Purple #A596BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.5%

R = 32.74%
G = 29.76%
B = 37.5%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A596BD (or 0xA596BD) is known color: Cold Purple. HEX triplet: A5, 96 and BD. RGB value is (165,150,189). Sum of RGB (Red+Green+Blue) = 165+150+189=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #A596BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596BD is #5A6942. Grayscale: #9E9E9E. Windows color (decimal): -5925187 or 12424869. OLE color: 12424869.

HSL color Cylindrical-coordinate representation of color #A596BD: hue angle of 263.08º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A596BD is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 150 189 -
CMYK 0.13 0.21 0 0.26
HSL 263.08º 0.23% 0.66% -
HSV(B) 263.08º 0.21% 0.74% -
XYZ 35.61 33.49 52.73 -
YUV 158.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 165 150 189 0.13 0.21 0 0.26 263.08 0.23 0.66
Hex A5 96 BD D 15 0 1A 107 17 42
Octal 245 226 275 15 25 0 32 407 27 102
Binary 10100101 10010110 10111101 1101 10101 0 11010 100000111 10111 1000010

Color Harmonies of #A596BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A596BD

Black with #A596BD

Text Example


Text Example

White with #A596BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A596BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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