Html Css Color HEX #A495BF Cold Purple

📋 copy color: '#A495BF'

red 164 ◦ green 149 ◦ blue 191

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

Shades of Cold Purple #A495BF

Tints of Cold Purple #A495BF

RGB

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

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

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

R = 32.54%
G = 29.56%
B = 37.9%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A495BF (or 0xA495BF) is known color: Cold Purple. HEX triplet: A4, 95 and BF. RGB value is (164,149,191). Sum of RGB (Red+Green+Blue) = 164+149+191=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #A495BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495BF is #5B6A40. Grayscale: #9E9E9E. Windows color (decimal): -5990977 or 12555684. OLE color: 12555684.

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

Color convert

RGB 164 149 191 -
CMYK 0.14 0.22 0 0.25
HSL 261.43º 0.25% 0.67% -
HSV(B) 261.43º 0.22% 0.75% -
XYZ 35.46 33.15 53.82 -
YUV 158.27 146.47 132.08 -
System Red Green Blue C M Y K H S L
Decimal 164 149 191 0.14 0.22 0 0.25 261.43 0.25 0.67
Hex A4 95 BF E 16 0 19 105 19 43
Octal 244 225 277 16 26 0 31 405 31 103
Binary 10100100 10010101 10111111 1110 10110 0 11001 100000101 11001 1000011

Color Harmonies of #A495BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495BF

Black with #A495BF

Text Example


Text Example

White with #A495BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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