Html Css Color HEX #A96DEE Medium Purple

📋 copy color: '#A96DEE'

red 169 ◦ green 109 ◦ blue 238

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

Shades of Medium Purple #A96DEE

Tints of Medium Purple #A96DEE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.12%

 BLUE value IS 238 (93.36% from 255) = 46.12%

R = 32.75%
G = 21.12%
B = 46.12%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A96DEE (or 0xA96DEE) is known color: Medium Purple. HEX triplet: A9, 6D and EE. RGB value is (169,109,238). Sum of RGB (Red+Green+Blue) = 169+109+238=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #A96DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96DEE is #569211. Grayscale: #8D8D8D. Windows color (decimal): -5673490 or 15625641. OLE color: 15625641.

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

Color convert

RGB 169 109 238 -
CMYK 0.29 0.54 0 0.07
HSL 267.91º 0.79% 0.68% -
HSV(B) 267.91º 0.54% 0.93% -
XYZ 37.26 25.55 83.86 -
YUV 141.65 182.38 147.51 -
System Red Green Blue C M Y K H S L
Decimal 169 109 238 0.29 0.54 0 0.07 267.91 0.79 0.68
Hex A9 6D EE 1D 36 0 7 10C 4F 44
Octal 251 155 356 35 66 0 7 414 117 104
Binary 10101001 1101101 11101110 11101 110110 0 111 100001100 1001111 1000100

Color Harmonies of #A96DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96DEE

Black with #A96DEE

Text Example


Text Example

White with #A96DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96DEE; }

 p { color: rgb(169,109,238); }

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

background-color css

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

 a { background-color: rgb(169,109,238); }

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

border-color css

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

 span { border-color: rgb(169,109,238); }

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