Html Css Color HEX #A96FEC Medium Purple

📋 copy color: '#A96FEC'

red 169 ◦ green 111 ◦ blue 236

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

Shades of Medium Purple #A96FEC

Tints of Medium Purple #A96FEC

RGB

 RED value IS 169 (66.41% from 255) = 32.75%

 GREEN value IS 111 (43.75% from 255) = 21.51%

 BLUE value IS 236 (92.58% from 255) = 45.74%

R = 32.75%
G = 21.51%
B = 45.74%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A96FEC (or 0xA96FEC) is known color: Medium Purple. HEX triplet: A9, 6F and EC. RGB value is (169,111,236). Sum of RGB (Red+Green+Blue) = 169+111+236=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #A96FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96FEC is #569013. Grayscale: #8E8E8E. Windows color (decimal): -5672980 or 15495081. OLE color: 15495081.

HSL color Cylindrical-coordinate representation of color #A96FEC: hue angle of 267.84º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A96FEC is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 111 236 -
CMYK 0.28 0.53 0 0.07
HSL 267.84º 0.77% 0.68% -
HSV(B) 267.84º 0.53% 0.93% -
XYZ 37.19 25.86 82.39 -
YUV 142.59 180.72 146.84 -
System Red Green Blue C M Y K H S L
Decimal 169 111 236 0.28 0.53 0 0.07 267.84 0.77 0.68
Hex A9 6F EC 1C 35 0 7 10C 4D 44
Octal 251 157 354 34 65 0 7 414 115 104
Binary 10101001 1101111 11101100 11100 110101 0 111 100001100 1001101 1000100

Color Harmonies of #A96FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96FEC

Black with #A96FEC

Text Example


Text Example

White with #A96FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96FEC; }

 p { color: rgb(169,111,236); }

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

background-color css

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

 a { background-color: rgb(169,111,236); }

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

border-color css

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

 span { border-color: rgb(169,111,236); }

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