Html Css Color HEX #A96CFF Medium Purple

📋 copy color: '#A96CFF'

red 169 ◦ green 108 ◦ blue 255

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

Shades of Medium Purple #A96CFF

Tints of Medium Purple #A96CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.3%

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

R = 31.77%
G = 20.3%
B = 47.93%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A96CFF (or 0xA96CFF) is known color: Medium Purple. HEX triplet: A9, 6C and FF. RGB value is (169,108,255). Sum of RGB (Red+Green+Blue) = 169+108+255=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #A96CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96CFF is #569300. Grayscale: #8E8E8E. Windows color (decimal): -5673729 or 16739497. OLE color: 16739497.

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

Color convert

RGB 169 108 255 -
CMYK 0.34 0.58 0 0
HSL 264.9º 1% 0.71% -
HSV(B) 264.9º 0.58% 1% -
XYZ 39.77 26.38 97.6 -
YUV 143 191.21 146.55 -
System Red Green Blue C M Y K H S L
Decimal 169 108 255 0.34 0.58 0 0 264.9 1 0.71
Hex A9 6C FF 22 3A 0 0 109 64 47
Octal 251 154 377 42 72 0 0 411 144 107
Binary 10101001 1101100 11111111 100010 111010 0 0 100001001 1100100 1000111

Color Harmonies of #A96CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CFF

Black with #A96CFF

Text Example


Text Example

White with #A96CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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