Html Css Color HEX #A495BA Cold Purple

📋 copy color: '#A495BA'

red 164 ◦ green 149 ◦ blue 186

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

Shades of Cold Purple #A495BA

Tints of Cold Purple #A495BA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.86%

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

R = 32.87%
G = 29.86%
B = 37.27%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A495BA (or 0xA495BA) is known color: Cold Purple. HEX triplet: A4, 95 and BA. RGB value is (164,149,186). Sum of RGB (Red+Green+Blue) = 164+149+186=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #A495BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495BA is #5B6A45. Grayscale: #9D9D9D. Windows color (decimal): -5990982 or 12228004. OLE color: 12228004.

HSL color Cylindrical-coordinate representation of color #A495BA: hue angle of 264.32º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A495BA is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 149 186 -
CMYK 0.12 0.20 0 0.27
HSL 264.32º 0.21% 0.66% -
HSV(B) 264.32º 0.2% 0.73% -
XYZ 34.92 32.93 50.97 -
YUV 157.7 143.97 132.49 -
System Red Green Blue C M Y K H S L
Decimal 164 149 186 0.12 0.20 0 0.27 264.32 0.21 0.66
Hex A4 95 BA C 14 0 1B 108 15 42
Octal 244 225 272 14 24 0 33 410 25 102
Binary 10100100 10010101 10111010 1100 10100 0 11011 100001000 10101 1000010

Color Harmonies of #A495BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495BA

Black with #A495BA

Text Example


Text Example

White with #A495BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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