Html Css Color HEX #A596C4 Cold Purple

📋 copy color: '#A596C4'

red 165 ◦ green 150 ◦ blue 196

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

Shades of Cold Purple #A596C4

Tints of Cold Purple #A596C4

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 value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A596C4 (or 0xA596C4) is known color: 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

RGB 165 150 196 -
CMYK 0.16 0.23 0 0.23
HSL 259.57º 0.28% 0.68% -
HSV(B) 259.57º 0.23% 0.77% -
XYZ 36.39 33.8 56.83 -
YUV 159.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 165 150 196 0.16 0.23 0 0.23 259.57 0.28 0.68
Hex A5 96 C4 10 17 0 17 104 1C 44
Octal 245 226 304 20 27 0 27 404 34 104
Binary 10100101 10010110 11000100 10000 10111 0 10111 100000100 11100 1000100

Color Harmonies of #A596C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A596C4

Black with #A596C4

Text Example


Text Example

White with #A596C4

Text Example


Text Example

HTML Codes & Css Web 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>