Html Css Color HEX #A096AE Cold Purple

📋 copy color: '#A096AE'

red 160 ◦ green 150 ◦ blue 174

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

Shades of Cold Purple #A096AE

Tints of Cold Purple #A096AE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.99%

 BLUE value IS 174 (68.36% from 255) = 35.95%

R = 33.06%
G = 30.99%
B = 35.95%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A096AE (or 0xA096AE) is known color: Cold Purple. HEX triplet: A0, 96 and AE. RGB value is (160,150,174). Sum of RGB (Red+Green+Blue) = 160+150+174=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #A096AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A096AE is #5F6951. Grayscale: #9B9B9B. Windows color (decimal): -6252882 or 11441824. OLE color: 11441824.

HSL color Cylindrical-coordinate representation of color #A096AE: hue angle of 265º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A096AE is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 150 174 -
CMYK 0.08 0.14 0 0.32
HSL 265º 0.13% 0.64% -
HSV(B) 265º 0.14% 0.68% -
XYZ 33.04 32.34 44.55 -
YUV 155.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 160 150 174 0.08 0.14 0 0.32 265 0.13 0.64
Hex A0 96 AE 8 E 0 20 109 D 40
Octal 240 226 256 10 16 0 40 411 15 100
Binary 10100000 10010110 10101110 1000 1110 0 100000 100001001 1101 1000000

Color Harmonies of #A096AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A096AE

Black with #A096AE

Text Example


Text Example

White with #A096AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A096AE; }

 p { color: rgb(160,150,174); }

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

background-color css

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

 a { background-color: rgb(160,150,174); }

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

border-color css

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

 span { border-color: rgb(160,150,174); }

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