Html Css Color HEX #A96EFF Medium Purple

📋 copy color: '#A96EFF'

red 169 ◦ green 110 ◦ blue 255

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

Shades of Medium Purple #A96EFF

Tints of Medium Purple #A96EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.6%

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

R = 31.65%
G = 20.6%
B = 47.75%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A96EFF (or 0xA96EFF) is known color: Medium Purple. HEX triplet: A9, 6E and FF. RGB value is (169,110,255). Sum of RGB (Red+Green+Blue) = 169+110+255=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #A96EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96EFF is #569100. Grayscale: #8F8F8F. Windows color (decimal): -5673217 or 16740009. OLE color: 16740009.

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

Color convert

RGB 169 110 255 -
CMYK 0.34 0.57 0 0
HSL 264.41º 1% 0.72% -
HSV(B) 264.41º 0.57% 1% -
XYZ 39.99 26.81 97.67 -
YUV 144.17 190.55 145.71 -
System Red Green Blue C M Y K H S L
Decimal 169 110 255 0.34 0.57 0 0 264.41 1 0.72
Hex A9 6E FF 22 39 0 0 108 64 48
Octal 251 156 377 42 71 0 0 410 144 110
Binary 10101001 1101110 11111111 100010 111001 0 0 100001000 1100100 1001000

Color Harmonies of #A96EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96EFF

Black with #A96EFF

Text Example


Text Example

White with #A96EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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