Html Css Color HEX #A097BC Cold Purple

📋 copy color: '#A097BC'

red 160 ◦ green 151 ◦ blue 188

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

Shades of Cold Purple #A097BC

Tints of Cold Purple #A097BC

RGB

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

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

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

R = 32.06%
G = 30.26%
B = 37.68%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A097BC (or 0xA097BC) is known color: Cold Purple. HEX triplet: A0, 97 and BC. RGB value is (160,151,188). Sum of RGB (Red+Green+Blue) = 160+151+188=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #A097BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097BC is #5F6843. Grayscale: #9D9D9D. Windows color (decimal): -6252612 or 12359584. OLE color: 12359584.

HSL color Cylindrical-coordinate representation of color #A097BC: hue angle of 254.59º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A097BC is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 151 188 -
CMYK 0.15 0.20 0 0.26
HSL 254.59º 0.22% 0.66% -
HSV(B) 254.59º 0.2% 0.74% -
XYZ 34.64 33.24 52.17 -
YUV 157.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 160 151 188 0.15 0.20 0 0.26 254.59 0.22 0.66
Hex A0 97 BC F 14 0 1A FF 16 42
Octal 240 227 274 17 24 0 32 377 26 102
Binary 10100000 10010111 10111100 1111 10100 0 11010 11111111 10110 1000010

Color Harmonies of #A097BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A097BC

Black with #A097BC

Text Example


Text Example

White with #A097BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A097BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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