Html Css Color HEX #A291BB Cold Purple

📋 copy color: '#A291BB'

red 162 ◦ green 145 ◦ blue 187

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

Shades of Cold Purple #A291BB

Tints of Cold Purple #A291BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 32.79%
G = 29.35%
B = 37.85%

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

#A291BB (or 0xA291BB) is known color: Cold Purple. HEX triplet: A2, 91 and BB. RGB value is (162,145,187). Sum of RGB (Red+Green+Blue) = 162+145+187=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #A291BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291BB is #5D6E44. Grayscale: #9A9A9A. Windows color (decimal): -6123077 or 12292514. OLE color: 12292514.

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

Color convert

RGB 162 145 187 -
CMYK 0.13 0.22 0 0.27
HSL 264.29º 0.24% 0.65% -
HSV(B) 264.29º 0.22% 0.73% -
XYZ 34 31.52 51.31 -
YUV 154.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 162 145 187 0.13 0.22 0 0.27 264.29 0.24 0.65
Hex A2 91 BB D 16 0 1B 108 18 41
Octal 242 221 273 15 26 0 33 410 30 101
Binary 10100010 10010001 10111011 1101 10110 0 11011 100001000 11000 1000001

Color Harmonies of #A291BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A291BB

Black with #A291BB

Text Example


Text Example

White with #A291BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A291BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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