Html Css Color HEX #A291BA Cold Purple

📋 copy color: '#A291BA'

red 162 ◦ green 145 ◦ blue 186

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

Shades of Cold Purple #A291BA

Tints of Cold Purple #A291BA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.41%

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

R = 32.86%
G = 29.41%
B = 37.73%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A291BA (or 0xA291BA) is known color: Cold Purple. HEX triplet: A2, 91 and BA. RGB value is (162,145,186). Sum of RGB (Red+Green+Blue) = 162+145+186=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #A291BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291BA is #5D6E45. Grayscale: #9A9A9A. Windows color (decimal): -6123078 or 12226978. OLE color: 12226978.

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

Color convert

RGB 162 145 186 -
CMYK 0.13 0.22 0 0.27
HSL 264.88º 0.23% 0.65% -
HSV(B) 264.88º 0.22% 0.73% -
XYZ 33.89 31.48 50.74 -
YUV 154.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 162 145 186 0.13 0.22 0 0.27 264.88 0.23 0.65
Hex A2 91 BA D 16 0 1B 109 17 41
Octal 242 221 272 15 26 0 33 411 27 101
Binary 10100010 10010001 10111010 1101 10110 0 11011 100001001 10111 1000001

Color Harmonies of #A291BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A291BA

Black with #A291BA

Text Example


Text Example

White with #A291BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A291BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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