Html Css Color HEX #A96DF2 Medium Purple

📋 copy color: '#A96DF2'

red 169 ◦ green 109 ◦ blue 242

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

Shades of Medium Purple #A96DF2

Tints of Medium Purple #A96DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.54%

R = 32.5%
G = 20.96%
B = 46.54%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A96DF2 (or 0xA96DF2) is known color: Medium Purple. HEX triplet: A9, 6D and F2. RGB value is (169,109,242). Sum of RGB (Red+Green+Blue) = 169+109+242=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #A96DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96DF2 is #56920D. Grayscale: #8D8D8D. Windows color (decimal): -5673486 or 15887785. OLE color: 15887785.

HSL color Cylindrical-coordinate representation of color #A96DF2: hue angle of 267.07º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A96DF2 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 109 242 -
CMYK 0.30 0.55 0 0.05
HSL 267.07º 0.84% 0.69% -
HSV(B) 267.07º 0.55% 0.95% -
XYZ 37.86 25.78 86.99 -
YUV 142.1 184.38 147.19 -
System Red Green Blue C M Y K H S L
Decimal 169 109 242 0.30 0.55 0 0.05 267.07 0.84 0.69
Hex A9 6D F2 1E 37 0 5 10B 54 45
Octal 251 155 362 36 67 0 5 413 124 105
Binary 10101001 1101101 11110010 11110 110111 0 101 100001011 1010100 1000101

Color Harmonies of #A96DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96DF2

Black with #A96DF2

Text Example


Text Example

White with #A96DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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