Html Css Color HEX #A091BD Cold Purple

📋 copy color: '#A091BD'

red 160 ◦ green 145 ◦ blue 189

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

Shades of Cold Purple #A091BD

Tints of Cold Purple #A091BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.26%

R = 32.39%
G = 29.35%
B = 38.26%

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

#A091BD (or 0xA091BD) is known color: Cold Purple. HEX triplet: A0, 91 and BD. RGB value is (160,145,189). Sum of RGB (Red+Green+Blue) = 160+145+189=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #A091BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091BD is #5F6E42. Grayscale: #9A9A9A. Windows color (decimal): -6254147 or 12423584. OLE color: 12423584.

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

Color convert

RGB 160 145 189 -
CMYK 0.15 0.23 0 0.26
HSL 260.45º 0.25% 0.65% -
HSV(B) 260.45º 0.23% 0.74% -
XYZ 33.81 31.4 52.42 -
YUV 154.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 160 145 189 0.15 0.23 0 0.26 260.45 0.25 0.65
Hex A0 91 BD F 17 0 1A 104 19 41
Octal 240 221 275 17 27 0 32 404 31 101
Binary 10100000 10010001 10111101 1111 10111 0 11010 100000100 11001 1000001

Color Harmonies of #A091BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A091BD

Black with #A091BD

Text Example


Text Example

White with #A091BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A091BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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