Html Css Color HEX #A097BB Cold Purple

📋 copy color: '#A097BB'

red 160 ◦ green 151 ◦ blue 187

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

Shades of Cold Purple #A097BB

Tints of Cold Purple #A097BB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.32%

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 32.13%
G = 30.32%
B = 37.55%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A097BB (or 0xA097BB) is known color: Cold Purple. HEX triplet: A0, 97 and BB. RGB value is (160,151,187). Sum of RGB (Red+Green+Blue) = 160+151+187=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #A097BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097BB is #5F6844. Grayscale: #9D9D9D. Windows color (decimal): -6252613 or 12294048. OLE color: 12294048.

HSL color Cylindrical-coordinate representation of color #A097BB: hue angle of 255º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A097BB is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 151 187 -
CMYK 0.14 0.19 0 0.27
HSL 255º 0.21% 0.66% -
HSV(B) 255º 0.19% 0.73% -
XYZ 34.53 33.19 51.6 -
YUV 157.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 160 151 187 0.14 0.19 0 0.27 255 0.21 0.66
Hex A0 97 BB E 13 0 1B FF 15 42
Octal 240 227 273 16 23 0 33 377 25 102
Binary 10100000 10010111 10111011 1110 10011 0 11011 11111111 10101 1000010

Color Harmonies of #A097BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A097BB

Black with #A097BB

Text Example


Text Example

White with #A097BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A097BB; }

 p { color: rgb(160,151,187); }

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

background-color css

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

 a { background-color: rgb(160,151,187); }

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

border-color css

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

 span { border-color: rgb(160,151,187); }

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