Html Css Color HEX #A091B1 Cold Purple

📋 copy color: '#A091B1'

red 160 ◦ green 145 ◦ blue 177

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

Shades of Cold Purple #A091B1

Tints of Cold Purple #A091B1

RGB

 RED value IS 160 (62.89% from 255) = 33.2%

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

 BLUE value IS 177 (69.53% from 255) = 36.72%

R = 33.2%
G = 30.08%
B = 36.72%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A091B1 (or 0xA091B1) is known color: Cold Purple. HEX triplet: A0, 91 and B1. RGB value is (160,145,177). Sum of RGB (Red+Green+Blue) = 160+145+177=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 177 - color contains mainly: blue. Hex color #A091B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A091B1 is #5F6E4E. Grayscale: #999999. Windows color (decimal): -6254159 or 11637152. OLE color: 11637152.

HSL color Cylindrical-coordinate representation of color #A091B1: hue angle of 268.12º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A091B1 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 145 177 -
CMYK 0.10 0.18 0 0.31
HSL 268.13º 0.17% 0.63% -
HSV(B) 268.13º 0.18% 0.69% -
XYZ 32.56 30.9 45.84 -
YUV 153.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 160 145 177 0.10 0.18 0 0.31 268.13 0.17 0.63
Hex A0 91 B1 A 12 0 1F 10C 11 3F
Octal 240 221 261 12 22 0 37 414 21 77
Binary 10100000 10010001 10110001 1010 10010 0 11111 100001100 10001 111111

Color Harmonies of #A091B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A091B1

Black with #A091B1

Text Example


Text Example

White with #A091B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A091B1; }

 p { color: rgb(160,145,177); }

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

background-color css

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

 a { background-color: rgb(160,145,177); }

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

border-color css

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

 span { border-color: rgb(160,145,177); }

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