Html Css Color HEX #A290BA Cold Purple

📋 copy color: '#A290BA'

red 162 ◦ green 144 ◦ blue 186

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

Shades of Cold Purple #A290BA

Tints of Cold Purple #A290BA

RGB

 RED value IS 162 (63.67% from 255) = 32.93%

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

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

R = 32.93%
G = 29.27%
B = 37.8%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A290BA (or 0xA290BA) is known color: Cold Purple. HEX triplet: A2, 90 and BA. RGB value is (162,144,186). Sum of RGB (Red+Green+Blue) = 162+144+186=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #A290BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290BA is #5D6F45. Grayscale: #9A9A9A. Windows color (decimal): -6123334 or 12226722. OLE color: 12226722.

HSL color Cylindrical-coordinate representation of color #A290BA: hue angle of 265.71º 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 #A290BA is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 144 186 -
CMYK 0.13 0.23 0 0.27
HSL 265.71º 0.23% 0.65% -
HSV(B) 265.71º 0.23% 0.73% -
XYZ 33.74 31.17 50.69 -
YUV 154.17 145.96 133.58 -
System Red Green Blue C M Y K H S L
Decimal 162 144 186 0.13 0.23 0 0.27 265.71 0.23 0.65
Hex A2 90 BA D 17 0 1B 10A 17 41
Octal 242 220 272 15 27 0 33 412 27 101
Binary 10100010 10010000 10111010 1101 10111 0 11011 100001010 10111 1000001

Color Harmonies of #A290BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A290BA

Black with #A290BA

Text Example


Text Example

White with #A290BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A290BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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