Html Css Color HEX #A494BF Cold Purple

📋 copy color: '#A494BF'

red 164 ◦ green 148 ◦ blue 191

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

Shades of Cold Purple #A494BF

Tints of Cold Purple #A494BF

RGB

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

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

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

R = 32.6%
G = 29.42%
B = 37.97%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A494BF (or 0xA494BF) is known color: Cold Purple. HEX triplet: A4, 94 and BF. RGB value is (164,148,191). Sum of RGB (Red+Green+Blue) = 164+148+191=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #A494BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494BF is #5B6B40. Grayscale: #9D9D9D. Windows color (decimal): -5991233 or 12555428. OLE color: 12555428.

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

Color convert

RGB 164 148 191 -
CMYK 0.14 0.23 0 0.25
HSL 262.33º 0.25% 0.66% -
HSV(B) 262.33º 0.23% 0.75% -
XYZ 35.3 32.83 53.77 -
YUV 157.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 164 148 191 0.14 0.23 0 0.25 262.33 0.25 0.66
Hex A4 94 BF E 17 0 19 106 19 42
Octal 244 224 277 16 27 0 31 406 31 102
Binary 10100100 10010100 10111111 1110 10111 0 11001 100000110 11001 1000010

Color Harmonies of #A494BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A494BF

Black with #A494BF

Text Example


Text Example

White with #A494BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A494BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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