Html Css Color HEX #A490BA Cold Purple

📋 copy color: '#A490BA'

red 164 ◦ green 144 ◦ blue 186

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

Shades of Cold Purple #A490BA

Tints of Cold Purple #A490BA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.15%

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 33.2%
G = 29.15%
B = 37.65%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A490BA (or 0xA490BA) is known color: Cold Purple. HEX triplet: A4, 90 and BA. RGB value is (164,144,186). Sum of RGB (Red+Green+Blue) = 164+144+186=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #A490BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490BA is #5B6F45. Grayscale: #9A9A9A. Windows color (decimal): -5992262 or 12226724. OLE color: 12226724.

HSL color Cylindrical-coordinate representation of color #A490BA: hue angle of 268.57º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A490BA is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 144 186 -
CMYK 0.12 0.23 0 0.27
HSL 268.57º 0.23% 0.65% -
HSV(B) 268.57º 0.23% 0.73% -
XYZ 34.15 31.38 50.71 -
YUV 154.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 164 144 186 0.12 0.23 0 0.27 268.57 0.23 0.65
Hex A4 90 BA C 17 0 1B 10D 17 41
Octal 244 220 272 14 27 0 33 415 27 101
Binary 10100100 10010000 10111010 1100 10111 0 11011 100001101 10111 1000001

Color Harmonies of #A490BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490BA

Black with #A490BA

Text Example


Text Example

White with #A490BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490BA; }

 p { color: rgb(164,144,186); }

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

background-color css

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

 a { background-color: rgb(164,144,186); }

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

border-color css

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

 span { border-color: rgb(164,144,186); }

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