Html Css Color HEX #A494BD Cold Purple

📋 copy color: '#A494BD'

red 164 ◦ green 148 ◦ blue 189

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

Shades of Cold Purple #A494BD

Tints of Cold Purple #A494BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.72%

R = 32.73%
G = 29.54%
B = 37.72%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A494BD (or 0xA494BD) is known color: Cold Purple. HEX triplet: A4, 94 and BD. RGB value is (164,148,189). Sum of RGB (Red+Green+Blue) = 164+148+189=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #A494BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494BD is #5B6B42. Grayscale: #9D9D9D. Windows color (decimal): -5991235 or 12424356. OLE color: 12424356.

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

Color convert

RGB 164 148 189 -
CMYK 0.13 0.22 0 0.26
HSL 263.41º 0.24% 0.66% -
HSV(B) 263.41º 0.22% 0.74% -
XYZ 35.09 32.75 52.62 -
YUV 157.46 145.8 132.67 -
System Red Green Blue C M Y K H S L
Decimal 164 148 189 0.13 0.22 0 0.26 263.41 0.24 0.66
Hex A4 94 BD D 16 0 1A 107 18 42
Octal 244 224 275 15 26 0 32 407 30 102
Binary 10100100 10010100 10111101 1101 10110 0 11010 100000111 11000 1000010

Color Harmonies of #A494BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A494BD

Black with #A494BD

Text Example


Text Example

White with #A494BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A494BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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