Html Css Color HEX #A291BF Cold Purple

📋 copy color: '#A291BF'

red 162 ◦ green 145 ◦ blue 191

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

Shades of Cold Purple #A291BF

Tints of Cold Purple #A291BF

RGB

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

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

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

R = 32.53%
G = 29.12%
B = 38.35%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A291BF (or 0xA291BF) is known color: Cold Purple. HEX triplet: A2, 91 and BF. RGB value is (162,145,191). Sum of RGB (Red+Green+Blue) = 162+145+191=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #A291BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291BF is #5D6E40. Grayscale: #9B9B9B. Windows color (decimal): -6123073 or 12554658. OLE color: 12554658.

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

Color convert

RGB 162 145 191 -
CMYK 0.15 0.24 0 0.25
HSL 262.17º 0.26% 0.66% -
HSV(B) 262.17º 0.24% 0.75% -
XYZ 34.43 31.69 53.59 -
YUV 155.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 162 145 191 0.15 0.24 0 0.25 262.17 0.26 0.66
Hex A2 91 BF F 18 0 19 106 1A 42
Octal 242 221 277 17 30 0 31 406 32 102
Binary 10100010 10010001 10111111 1111 11000 0 11001 100000110 11010 1000010

Color Harmonies of #A291BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A291BF

Black with #A291BF

Text Example


Text Example

White with #A291BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A291BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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