Html Css Color HEX #A091B0 Cold Purple

📋 copy color: '#A091B0'

red 160 ◦ green 145 ◦ blue 176

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

Shades of Cold Purple #A091B0

Tints of Cold Purple #A091B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.59%

R = 33.26%
G = 30.15%
B = 36.59%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A091B0 (or 0xA091B0) is known color: Cold Purple. HEX triplet: A0, 91 and B0. RGB value is (160,145,176). Sum of RGB (Red+Green+Blue) = 160+145+176=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 176 - color contains mainly: blue. Hex color #A091B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A091B0 is #5F6E4F. Grayscale: #989898. Windows color (decimal): -6254160 or 11571616. OLE color: 11571616.

HSL color Cylindrical-coordinate representation of color #A091B0: hue angle of 269.03º degrees, saturation: 0.16, 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 #A091B0 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 145 176 -
CMYK 0.09 0.18 0 0.31
HSL 269.03º 0.16% 0.63% -
HSV(B) 269.03º 0.18% 0.69% -
XYZ 32.46 30.86 45.32 -
YUV 153.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 160 145 176 0.09 0.18 0 0.31 269.03 0.16 0.63
Hex A0 91 B0 9 12 0 1F 10D 10 3F
Octal 240 221 260 11 22 0 37 415 20 77
Binary 10100000 10010001 10110000 1001 10010 0 11111 100001101 10000 111111

Color Harmonies of #A091B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A091B0

Black with #A091B0

Text Example


Text Example

White with #A091B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A091B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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