Html Css Color HEX #A496BA Cold Purple

📋 copy color: '#A496BA'

red 164 ◦ green 150 ◦ blue 186

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

Shades of Cold Purple #A496BA

Tints of Cold Purple #A496BA

RGB

 RED value IS 164 (64.45% from 255) = 32.8%

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

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

R = 32.8%
G = 30%
B = 37.2%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A496BA (or 0xA496BA) is known color: Cold Purple. HEX triplet: A4, 96 and BA. RGB value is (164,150,186). Sum of RGB (Red+Green+Blue) = 164+150+186=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #A496BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496BA is #5B6945. Grayscale: #9E9E9E. Windows color (decimal): -5990726 or 12228260. OLE color: 12228260.

HSL color Cylindrical-coordinate representation of color #A496BA: hue angle of 263.33º 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 #A496BA is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 150 186 -
CMYK 0.12 0.19 0 0.27
HSL 263.33º 0.21% 0.66% -
HSV(B) 263.33º 0.19% 0.73% -
XYZ 35.08 33.25 51.02 -
YUV 158.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 164 150 186 0.12 0.19 0 0.27 263.33 0.21 0.66
Hex A4 96 BA C 13 0 1B 107 15 42
Octal 244 226 272 14 23 0 33 407 25 102
Binary 10100100 10010110 10111010 1100 10011 0 11011 100000111 10101 1000010

Color Harmonies of #A496BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A496BA

Black with #A496BA

Text Example


Text Example

White with #A496BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A496BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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