Html Css Color HEX #A096C2 Cold Purple

📋 copy color: '#A096C2'

red 160 ◦ green 150 ◦ blue 194

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

Shades of Cold Purple #A096C2

Tints of Cold Purple #A096C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.49%

R = 31.75%
G = 29.76%
B = 38.49%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A096C2 (or 0xA096C2) is known color: Cold Purple. HEX triplet: A0, 96 and C2. RGB value is (160,150,194). Sum of RGB (Red+Green+Blue) = 160+150+194=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: blue. Hex color #A096C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096C2 is #5F693D. Grayscale: #9D9D9D. Windows color (decimal): -6252862 or 12752544. OLE color: 12752544.

HSL color Cylindrical-coordinate representation of color #A096C2: hue angle of 253.64º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A096C2 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 150 194 -
CMYK 0.18 0.23 0 0.24
HSL 253.64º 0.27% 0.67% -
HSV(B) 253.64º 0.23% 0.76% -
XYZ 35.14 33.18 55.59 -
YUV 158.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 160 150 194 0.18 0.23 0 0.24 253.64 0.27 0.67
Hex A0 96 C2 12 17 0 18 FE 1B 43
Octal 240 226 302 22 27 0 30 376 33 103
Binary 10100000 10010110 11000010 10010 10111 0 11000 11111110 11011 1000011

Color Harmonies of #A096C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A096C2

Black with #A096C2

Text Example


Text Example

White with #A096C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A096C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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