Html Css Color HEX #A496BF Cold Purple

📋 copy color: '#A496BF'

red 164 ◦ green 150 ◦ blue 191

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

Shades of Cold Purple #A496BF

Tints of Cold Purple #A496BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.82%

R = 32.48%
G = 29.7%
B = 37.82%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A496BF (or 0xA496BF) is known color: Cold Purple. HEX triplet: A4, 96 and BF. RGB value is (164,150,191). Sum of RGB (Red+Green+Blue) = 164+150+191=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #A496BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496BF is #5B6940. Grayscale: #9E9E9E. Windows color (decimal): -5990721 or 12555940. OLE color: 12555940.

HSL color Cylindrical-coordinate representation of color #A496BF: hue angle of 260.49º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A496BF is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 150 191 -
CMYK 0.14 0.21 0 0.25
HSL 260.49º 0.24% 0.67% -
HSV(B) 260.49º 0.21% 0.75% -
XYZ 35.62 33.47 53.87 -
YUV 158.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 164 150 191 0.14 0.21 0 0.25 260.49 0.24 0.67
Hex A4 96 BF E 15 0 19 104 18 43
Octal 244 226 277 16 25 0 31 404 30 103
Binary 10100100 10010110 10111111 1110 10101 0 11001 100000100 11000 1000011

Color Harmonies of #A496BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A496BF

Black with #A496BF

Text Example


Text Example

White with #A496BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A496BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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