Html Css Color HEX #A96DF9 Medium Purple

📋 copy color: '#A96DF9'

red 169 ◦ green 109 ◦ blue 249

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

Shades of Medium Purple #A96DF9

Tints of Medium Purple #A96DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.25%

R = 32.07%
G = 20.68%
B = 47.25%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A96DF9 (or 0xA96DF9) is known color: Medium Purple. HEX triplet: A9, 6D and F9. RGB value is (169,109,249). Sum of RGB (Red+Green+Blue) = 169+109+249=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #A96DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96DF9 is #569206. Grayscale: #8E8E8E. Windows color (decimal): -5673479 or 16346537. OLE color: 16346537.

HSL color Cylindrical-coordinate representation of color #A96DF9: hue angle of 265.71º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A96DF9 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 109 249 -
CMYK 0.32 0.56 0 0.02
HSL 265.71º 0.92% 0.7% -
HSV(B) 265.71º 0.56% 0.98% -
XYZ 38.93 26.21 92.63 -
YUV 142.9 187.88 146.62 -
System Red Green Blue C M Y K H S L
Decimal 169 109 249 0.32 0.56 0 0.02 265.71 0.92 0.7
Hex A9 6D F9 20 38 0 2 10A 5C 46
Octal 251 155 371 40 70 0 2 412 134 106
Binary 10101001 1101101 11111001 100000 111000 0 10 100001010 1011100 1000110

Color Harmonies of #A96DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96DF9

Black with #A96DF9

Text Example


Text Example

White with #A96DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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