Html Css Color HEX #A495BE Cold Purple

📋 copy color: '#A495BE'

red 164 ◦ green 149 ◦ blue 190

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

Shades of Cold Purple #A495BE

Tints of Cold Purple #A495BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.77%

R = 32.6%
G = 29.62%
B = 37.77%

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

#A495BE (or 0xA495BE) is known color: Cold Purple. HEX triplet: A4, 95 and BE. RGB value is (164,149,190). Sum of RGB (Red+Green+Blue) = 164+149+190=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #A495BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495BE is #5B6A41. Grayscale: #9E9E9E. Windows color (decimal): -5990978 or 12490148. OLE color: 12490148.

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

Color convert

RGB 164 149 190 -
CMYK 0.14 0.22 0 0.25
HSL 261.95º 0.24% 0.66% -
HSV(B) 261.95º 0.22% 0.75% -
XYZ 35.35 33.11 53.24 -
YUV 158.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 164 149 190 0.14 0.22 0 0.25 261.95 0.24 0.66
Hex A4 95 BE E 16 0 19 106 18 42
Octal 244 225 276 16 26 0 31 406 30 102
Binary 10100100 10010101 10111110 1110 10110 0 11001 100000110 11000 1000010

Color Harmonies of #A495BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495BE

Black with #A495BE

Text Example


Text Example

White with #A495BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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