Html Css Color HEX #A96FFF Medium Purple

📋 copy color: '#A96FFF'

red 169 ◦ green 111 ◦ blue 255

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

Shades of Medium Purple #A96FFF

Tints of Medium Purple #A96FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.66%

R = 31.59%
G = 20.75%
B = 47.66%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A96FFF (or 0xA96FFF) is known color: Medium Purple. HEX triplet: A9, 6F and FF. RGB value is (169,111,255). Sum of RGB (Red+Green+Blue) = 169+111+255=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #A96FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96FFF is #569000. Grayscale: #909090. Windows color (decimal): -5672961 or 16740265. OLE color: 16740265.

HSL color Cylindrical-coordinate representation of color #A96FFF: hue angle of 264.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A96FFF is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 169 111 255 -
CMYK 0.34 0.56 0 0
HSL 264.17º 1% 0.72% -
HSV(B) 264.17º 0.56% 1% -
XYZ 40.1 27.02 97.71 -
YUV 144.76 190.22 145.29 -
System Red Green Blue C M Y K H S L
Decimal 169 111 255 0.34 0.56 0 0 264.17 1 0.72
Hex A9 6F FF 22 38 0 0 108 64 48
Octal 251 157 377 42 70 0 0 410 144 110
Binary 10101001 1101111 11111111 100010 111000 0 0 100001000 1100100 1001000

Color Harmonies of #A96FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96FFF

Black with #A96FFF

Text Example


Text Example

White with #A96FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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