Html Css Color HEX #A097B7 Cold Purple

📋 copy color: '#A097B7'

red 160 ◦ green 151 ◦ blue 183

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

Shades of Cold Purple #A097B7

Tints of Cold Purple #A097B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.04%

R = 32.39%
G = 30.57%
B = 37.04%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A097B7 (or 0xA097B7) is known color: Cold Purple. HEX triplet: A0, 97 and B7. RGB value is (160,151,183). Sum of RGB (Red+Green+Blue) = 160+151+183=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 183 - color contains mainly: blue. Hex color #A097B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097B7 is #5F6848. Grayscale: #9D9D9D. Windows color (decimal): -6252617 or 12031904. OLE color: 12031904.

HSL color Cylindrical-coordinate representation of color #A097B7: hue angle of 256.88º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A097B7 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 151 183 -
CMYK 0.13 0.17 0 0.28
HSL 256.88º 0.18% 0.65% -
HSV(B) 256.88º 0.17% 0.72% -
XYZ 34.11 33.03 49.38 -
YUV 157.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 160 151 183 0.13 0.17 0 0.28 256.88 0.18 0.65
Hex A0 97 B7 D 11 0 1C 101 12 41
Octal 240 227 267 15 21 0 34 401 22 101
Binary 10100000 10010111 10110111 1101 10001 0 11100 100000001 10010 1000001

Color Harmonies of #A097B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A097B7

Black with #A097B7

Text Example


Text Example

White with #A097B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A097B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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