Html Css Color HEX #A091BC Cold Purple

📋 copy color: '#A091BC'

red 160 ◦ green 145 ◦ blue 188

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

Shades of Cold Purple #A091BC

Tints of Cold Purple #A091BC

RGB

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

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

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

R = 32.45%
G = 29.41%
B = 38.13%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A091BC (or 0xA091BC) is known color: Cold Purple. HEX triplet: A0, 91 and BC. RGB value is (160,145,188). Sum of RGB (Red+Green+Blue) = 160+145+188=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #A091BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091BC is #5F6E43. Grayscale: #9A9A9A. Windows color (decimal): -6254148 or 12358048. OLE color: 12358048.

HSL color Cylindrical-coordinate representation of color #A091BC: hue angle of 260.93º 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 #A091BC is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 145 188 -
CMYK 0.15 0.23 0 0.26
HSL 260.93º 0.24% 0.65% -
HSV(B) 260.93º 0.23% 0.74% -
XYZ 33.7 31.36 51.85 -
YUV 154.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 160 145 188 0.15 0.23 0 0.26 260.93 0.24 0.65
Hex A0 91 BC F 17 0 1A 105 18 41
Octal 240 221 274 17 27 0 32 405 30 101
Binary 10100000 10010001 10111100 1111 10111 0 11010 100000101 11000 1000001

Color Harmonies of #A091BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A091BC

Black with #A091BC

Text Example


Text Example

White with #A091BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A091BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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