Html Css Color HEX #A494BE Cold Purple

📋 copy color: '#A494BE'

red 164 ◦ green 148 ◦ blue 190

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

Shades of Cold Purple #A494BE

Tints of Cold Purple #A494BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.48%

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

R = 32.67%
G = 29.48%
B = 37.85%

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

#A494BE (or 0xA494BE) is known color: Cold Purple. HEX triplet: A4, 94 and BE. RGB value is (164,148,190). Sum of RGB (Red+Green+Blue) = 164+148+190=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #A494BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494BE is #5B6B41. Grayscale: #9D9D9D. Windows color (decimal): -5991234 or 12489892. OLE color: 12489892.

HSL color Cylindrical-coordinate representation of color #A494BE: hue angle of 262.86º 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 #A494BE is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 148 190 -
CMYK 0.14 0.22 0 0.25
HSL 262.86º 0.24% 0.66% -
HSV(B) 262.86º 0.22% 0.75% -
XYZ 35.19 32.79 53.19 -
YUV 157.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 164 148 190 0.14 0.22 0 0.25 262.86 0.24 0.66
Hex A4 94 BE E 16 0 19 107 18 42
Octal 244 224 276 16 26 0 31 407 30 102
Binary 10100100 10010100 10111110 1110 10110 0 11001 100000111 11000 1000010

Color Harmonies of #A494BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A494BE

Black with #A494BE

Text Example


Text Example

White with #A494BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A494BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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