Html Css Color HEX #A097BE Cold Purple

📋 copy color: '#A097BE'

red 160 ◦ green 151 ◦ blue 190

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

Shades of Cold Purple #A097BE

Tints of Cold Purple #A097BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.92%

R = 31.94%
G = 30.14%
B = 37.92%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A097BE (or 0xA097BE) is known color: Cold Purple. HEX triplet: A0, 97 and BE. RGB value is (160,151,190). Sum of RGB (Red+Green+Blue) = 160+151+190=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #A097BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097BE is #5F6841. Grayscale: #9D9D9D. Windows color (decimal): -6252610 or 12490656. OLE color: 12490656.

HSL color Cylindrical-coordinate representation of color #A097BE: hue angle of 253.85º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A097BE is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 151 190 -
CMYK 0.16 0.21 0 0.25
HSL 253.85º 0.23% 0.67% -
HSV(B) 253.85º 0.21% 0.75% -
XYZ 34.86 33.32 53.31 -
YUV 158.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 160 151 190 0.16 0.21 0 0.25 253.85 0.23 0.67
Hex A0 97 BE 10 15 0 19 FE 17 43
Octal 240 227 276 20 25 0 31 376 27 103
Binary 10100000 10010111 10111110 10000 10101 0 11001 11111110 10111 1000011

Color Harmonies of #A097BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A097BE

Black with #A097BE

Text Example


Text Example

White with #A097BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A097BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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