Html Css Color HEX #A097BF Cold Purple

📋 copy color: '#A097BF'

red 160 ◦ green 151 ◦ blue 191

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

Shades of Cold Purple #A097BF

Tints of Cold Purple #A097BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.05%

R = 31.87%
G = 30.08%
B = 38.05%

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

#A097BF (or 0xA097BF) is known color: Cold Purple. HEX triplet: A0, 97 and BF. RGB value is (160,151,191). Sum of RGB (Red+Green+Blue) = 160+151+191=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #A097BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097BF is #5F6840. Grayscale: #9E9E9E. Windows color (decimal): -6252609 or 12556192. OLE color: 12556192.

HSL color Cylindrical-coordinate representation of color #A097BF: hue angle of 253.5º degrees, saturation: 0.24, 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 #A097BF is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 151 191 -
CMYK 0.16 0.21 0 0.25
HSL 253.5º 0.24% 0.67% -
HSV(B) 253.5º 0.21% 0.75% -
XYZ 34.97 33.37 53.89 -
YUV 158.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 160 151 191 0.16 0.21 0 0.25 253.5 0.24 0.67
Hex A0 97 BF 10 15 0 19 FE 18 43
Octal 240 227 277 20 25 0 31 376 30 103
Binary 10100000 10010111 10111111 10000 10101 0 11001 11111110 11000 1000011

Color Harmonies of #A097BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A097BF

Black with #A097BF

Text Example


Text Example

White with #A097BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A097BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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