Html Css Color HEX #A494C1 Cold Purple

📋 copy color: '#A494C1'

red 164 ◦ green 148 ◦ blue 193

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

Shades of Cold Purple #A494C1

Tints of Cold Purple #A494C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.22%

R = 32.48%
G = 29.31%
B = 38.22%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A494C1 (or 0xA494C1) is known color: Cold Purple. HEX triplet: A4, 94 and C1. RGB value is (164,148,193). Sum of RGB (Red+Green+Blue) = 164+148+193=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 193 - color contains mainly: blue. Hex color #A494C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494C1 is #5B6B3E. Grayscale: #9D9D9D. Windows color (decimal): -5991231 or 12686500. OLE color: 12686500.

HSL color Cylindrical-coordinate representation of color #A494C1: hue angle of 261.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A494C1 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 148 193 -
CMYK 0.15 0.23 0 0.24
HSL 261.33º 0.27% 0.67% -
HSV(B) 261.33º 0.23% 0.76% -
XYZ 35.53 32.92 54.93 -
YUV 157.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 164 148 193 0.15 0.23 0 0.24 261.33 0.27 0.67
Hex A4 94 C1 F 17 0 18 105 1B 43
Octal 244 224 301 17 27 0 30 405 33 103
Binary 10100100 10010100 11000001 1111 10111 0 11000 100000101 11011 1000011

Color Harmonies of #A494C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A494C1

Black with #A494C1

Text Example


Text Example

White with #A494C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A494C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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