Html Css Color HEX #A291B8 Cold Purple

📋 copy color: '#A291B8'

red 162 ◦ green 145 ◦ blue 184

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

Shades of Cold Purple #A291B8

Tints of Cold Purple #A291B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.47%

R = 32.99%
G = 29.53%
B = 37.47%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A291B8 (or 0xA291B8) is known color: Cold Purple. HEX triplet: A2, 91 and B8. RGB value is (162,145,184). Sum of RGB (Red+Green+Blue) = 162+145+184=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 184 - color contains mainly: blue. Hex color #A291B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291B8 is #5D6E47. Grayscale: #9A9A9A. Windows color (decimal): -6123080 or 12095906. OLE color: 12095906.

HSL color Cylindrical-coordinate representation of color #A291B8: hue angle of 266.15º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A291B8 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 145 184 -
CMYK 0.12 0.21 0 0.28
HSL 266.15º 0.22% 0.65% -
HSV(B) 266.15º 0.21% 0.72% -
XYZ 33.68 31.39 49.63 -
YUV 154.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 162 145 184 0.12 0.21 0 0.28 266.15 0.22 0.65
Hex A2 91 B8 C 15 0 1C 10A 16 41
Octal 242 221 270 14 25 0 34 412 26 101
Binary 10100010 10010001 10111000 1100 10101 0 11100 100001010 10110 1000001

Color Harmonies of #A291B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A291B8

Black with #A291B8

Text Example


Text Example

White with #A291B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A291B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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