Html Css Color HEX #A097C0 Cold Purple

📋 copy color: '#A097C0'

red 160 ◦ green 151 ◦ blue 192

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

Shades of Cold Purple #A097C0

Tints of Cold Purple #A097C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.17%

R = 31.81%
G = 30.02%
B = 38.17%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A097C0 (or 0xA097C0) is known color: Cold Purple. HEX triplet: A0, 97 and C0. RGB value is (160,151,192). Sum of RGB (Red+Green+Blue) = 160+151+192=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #A097C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097C0 is #5F683F. Grayscale: #9E9E9E. Windows color (decimal): -6252608 or 12621728. OLE color: 12621728.

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

Color convert

RGB 160 151 192 -
CMYK 0.17 0.21 0 0.25
HSL 253.17º 0.25% 0.67% -
HSV(B) 253.17º 0.21% 0.75% -
XYZ 35.08 33.41 54.47 -
YUV 158.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 160 151 192 0.17 0.21 0 0.25 253.17 0.25 0.67
Hex A0 97 C0 11 15 0 19 FD 19 43
Octal 240 227 300 21 25 0 31 375 31 103
Binary 10100000 10010111 11000000 10001 10101 0 11001 11111101 11001 1000011

Color Harmonies of #A097C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A097C0

Black with #A097C0

Text Example


Text Example

White with #A097C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A097C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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