Html Css Color HEX #A96DF5 Medium Purple

📋 copy color: '#A96DF5'

red 169 ◦ green 109 ◦ blue 245

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

Shades of Medium Purple #A96DF5

Tints of Medium Purple #A96DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.85%

R = 32.31%
G = 20.84%
B = 46.85%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A96DF5 (or 0xA96DF5) is known color: Medium Purple. HEX triplet: A9, 6D and F5. RGB value is (169,109,245). Sum of RGB (Red+Green+Blue) = 169+109+245=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 245 (96.09% from 255 or 46.85% from 523); Max value from RGB is 245 - color contains mainly: blue. Hex color #A96DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96DF5 is #56920A. Grayscale: #8D8D8D. Windows color (decimal): -5673483 or 16084393. OLE color: 16084393.

HSL color Cylindrical-coordinate representation of color #A96DF5: hue angle of 266.47º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A96DF5 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 169 109 245 -
CMYK 0.31 0.56 0 0.04
HSL 266.47º 0.87% 0.69% -
HSV(B) 266.47º 0.56% 0.96% -
XYZ 38.31 25.96 89.38 -
YUV 142.44 185.88 146.94 -
System Red Green Blue C M Y K H S L
Decimal 169 109 245 0.31 0.56 0 0.04 266.47 0.87 0.69
Hex A9 6D F5 1F 38 0 4 10A 57 45
Octal 251 155 365 37 70 0 4 412 127 105
Binary 10101001 1101101 11110101 11111 111000 0 100 100001010 1010111 1000101

Color Harmonies of #A96DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96DF5

Black with #A96DF5

Text Example


Text Example

White with #A96DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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