Html Css Color HEX #A596B7 Cold Purple

📋 copy color: '#A596B7'

red 165 ◦ green 150 ◦ blue 183

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

Shades of Cold Purple #A596B7

Tints of Cold Purple #A596B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.75%

R = 33.13%
G = 30.12%
B = 36.75%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A596B7 (or 0xA596B7) is known color: Cold Purple. HEX triplet: A5, 96 and B7. RGB value is (165,150,183). Sum of RGB (Red+Green+Blue) = 165+150+183=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 183 - color contains mainly: blue. Hex color #A596B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596B7 is #5A6948. Grayscale: #9E9E9E. Windows color (decimal): -5925193 or 12031653. OLE color: 12031653.

HSL color Cylindrical-coordinate representation of color #A596B7: hue angle of 267.27º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A596B7 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 150 183 -
CMYK 0.10 0.18 0 0.28
HSL 267.27º 0.19% 0.65% -
HSV(B) 267.27º 0.18% 0.72% -
XYZ 34.97 33.23 49.37 -
YUV 158.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 165 150 183 0.10 0.18 0 0.28 267.27 0.19 0.65
Hex A5 96 B7 A 12 0 1C 10B 13 41
Octal 245 226 267 12 22 0 34 413 23 101
Binary 10100101 10010110 10110111 1010 10010 0 11100 100001011 10011 1000001

Color Harmonies of #A596B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A596B7

Black with #A596B7

Text Example


Text Example

White with #A596B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A596B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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