Html Css Color HEX #A097B4 Cold Purple

📋 copy color: '#A097B4'

red 160 ◦ green 151 ◦ blue 180

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

Shades of Cold Purple #A097B4

Tints of Cold Purple #A097B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.66%

R = 32.59%
G = 30.75%
B = 36.66%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A097B4 (or 0xA097B4) is known color: Cold Purple. HEX triplet: A0, 97 and B4. RGB value is (160,151,180). Sum of RGB (Red+Green+Blue) = 160+151+180=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 180 - color contains mainly: blue. Hex color #A097B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097B4 is #5F684B. Grayscale: #9C9C9C. Windows color (decimal): -6252620 or 11835296. OLE color: 11835296.

HSL color Cylindrical-coordinate representation of color #A097B4: hue angle of 258.62º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A097B4 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 151 180 -
CMYK 0.11 0.16 0 0.29
HSL 258.62º 0.16% 0.65% -
HSV(B) 258.62º 0.16% 0.71% -
XYZ 33.8 32.9 47.75 -
YUV 157 140.98 130.14 -
System Red Green Blue C M Y K H S L
Decimal 160 151 180 0.11 0.16 0 0.29 258.62 0.16 0.65
Hex A0 97 B4 B 10 0 1D 103 10 41
Octal 240 227 264 13 20 0 35 403 20 101
Binary 10100000 10010111 10110100 1011 10000 0 11101 100000011 10000 1000001

Color Harmonies of #A097B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A097B4

Black with #A097B4

Text Example


Text Example

White with #A097B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A097B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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