Html Css Color HEX #A097B2 Cold Purple

📋 copy color: '#A097B2'

red 160 ◦ green 151 ◦ blue 178

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

Shades of Cold Purple #A097B2

Tints of Cold Purple #A097B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.4%

R = 32.72%
G = 30.88%
B = 36.4%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A097B2 (or 0xA097B2) is known color: Cold Purple. HEX triplet: A0, 97 and B2. RGB value is (160,151,178). Sum of RGB (Red+Green+Blue) = 160+151+178=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 178 - color contains mainly: blue. Hex color #A097B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A097B2 is #5F684D. Grayscale: #9C9C9C. Windows color (decimal): -6252622 or 11704224. OLE color: 11704224.

HSL color Cylindrical-coordinate representation of color #A097B2: hue angle of 260º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A097B2 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 151 178 -
CMYK 0.10 0.15 0 0.30
HSL 260º 0.15% 0.65% -
HSV(B) 260º 0.15% 0.7% -
XYZ 33.6 32.82 46.68 -
YUV 156.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 160 151 178 0.10 0.15 0 0.30 260 0.15 0.65
Hex A0 97 B2 A F 0 1E 104 F 41
Octal 240 227 262 12 17 0 36 404 17 101
Binary 10100000 10010111 10110010 1010 1111 0 11110 100000100 1111 1000001

Color Harmonies of #A097B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A097B2

Black with #A097B2

Text Example


Text Example

White with #A097B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A097B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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