Html Css Color HEX #A096AF Cold Purple

📋 copy color: '#A096AF'

red 160 ◦ green 150 ◦ blue 175

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

Shades of Cold Purple #A096AF

Tints of Cold Purple #A096AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 32.99%
G = 30.93%
B = 36.08%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A096AF (or 0xA096AF) is known color: Cold Purple. HEX triplet: A0, 96 and AF. RGB value is (160,150,175). Sum of RGB (Red+Green+Blue) = 160+150+175=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 175 - color contains mainly: blue. Hex color #A096AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A096AF is #5F6950. Grayscale: #9B9B9B. Windows color (decimal): -6252881 or 11507360. OLE color: 11507360.

HSL color Cylindrical-coordinate representation of color #A096AF: hue angle of 264º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A096AF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 150 175 -
CMYK 0.09 0.14 0 0.31
HSL 264º 0.14% 0.64% -
HSV(B) 264º 0.14% 0.69% -
XYZ 33.14 32.38 45.06 -
YUV 155.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 160 150 175 0.09 0.14 0 0.31 264 0.14 0.64
Hex A0 96 AF 9 E 0 1F 108 E 40
Octal 240 226 257 11 16 0 37 410 16 100
Binary 10100000 10010110 10101111 1001 1110 0 11111 100001000 1110 1000000

Color Harmonies of #A096AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A096AF

Black with #A096AF

Text Example


Text Example

White with #A096AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A096AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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