Html Css Color HEX #A096BF Cold Purple

📋 copy color: '#A096BF'

red 160 ◦ green 150 ◦ blue 191

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

Shades of Cold Purple #A096BF

Tints of Cold Purple #A096BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.12%

R = 31.94%
G = 29.94%
B = 38.12%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A096BF (or 0xA096BF) is known color: Cold Purple. HEX triplet: A0, 96 and BF. RGB value is (160,150,191). Sum of RGB (Red+Green+Blue) = 160+150+191=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #A096BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096BF is #5F6940. Grayscale: #9D9D9D. Windows color (decimal): -6252865 or 12555936. OLE color: 12555936.

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

Color convert

RGB 160 150 191 -
CMYK 0.16 0.21 0 0.25
HSL 254.63º 0.24% 0.67% -
HSV(B) 254.63º 0.21% 0.75% -
XYZ 34.81 33.05 53.83 -
YUV 157.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 160 150 191 0.16 0.21 0 0.25 254.63 0.24 0.67
Hex A0 96 BF 10 15 0 19 FF 18 43
Octal 240 226 277 20 25 0 31 377 30 103
Binary 10100000 10010110 10111111 10000 10101 0 11001 11111111 11000 1000011

Color Harmonies of #A096BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A096BF

Black with #A096BF

Text Example


Text Example

White with #A096BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A096BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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