Html Css Color HEX #A291BC Cold Purple

📋 copy color: '#A291BC'

red 162 ◦ green 145 ◦ blue 188

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

Shades of Cold Purple #A291BC

Tints of Cold Purple #A291BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.98%

R = 32.73%
G = 29.29%
B = 37.98%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A291BC (or 0xA291BC) is known color: Cold Purple. HEX triplet: A2, 91 and BC. RGB value is (162,145,188). Sum of RGB (Red+Green+Blue) = 162+145+188=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #A291BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291BC is #5D6E43. Grayscale: #9A9A9A. Windows color (decimal): -6123076 or 12358050. OLE color: 12358050.

HSL color Cylindrical-coordinate representation of color #A291BC: hue angle of 263.72º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A291BC is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 145 188 -
CMYK 0.14 0.23 0 0.26
HSL 263.72º 0.24% 0.65% -
HSV(B) 263.72º 0.23% 0.74% -
XYZ 34.1 31.56 51.87 -
YUV 154.99 146.63 133 -
System Red Green Blue C M Y K H S L
Decimal 162 145 188 0.14 0.23 0 0.26 263.72 0.24 0.65
Hex A2 91 BC E 17 0 1A 108 18 41
Octal 242 221 274 16 27 0 32 410 30 101
Binary 10100010 10010001 10111100 1110 10111 0 11010 100001000 11000 1000001

Color Harmonies of #A291BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A291BC

Black with #A291BC

Text Example


Text Example

White with #A291BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A291BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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