Html Css Color HEX #A96EFE Medium Purple

📋 copy color: '#A96EFE'

red 169 ◦ green 110 ◦ blue 254

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

Shades of Medium Purple #A96EFE

Tints of Medium Purple #A96EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.65%

R = 31.71%
G = 20.64%
B = 47.65%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A96EFE (or 0xA96EFE) is known color: Medium Purple. HEX triplet: A9, 6E and FE. RGB value is (169,110,254). Sum of RGB (Red+Green+Blue) = 169+110+254=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #A96EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96EFE is #569101. Grayscale: #8F8F8F. Windows color (decimal): -5673218 or 16674473. OLE color: 16674473.

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

Color convert

RGB 169 110 254 -
CMYK 0.33 0.57 0 0.00
HSL 264.58º 0.99% 0.71% -
HSV(B) 264.58º 0.57% 1% -
XYZ 39.83 26.74 96.83 -
YUV 144.06 190.05 145.79 -
System Red Green Blue C M Y K H S L
Decimal 169 110 254 0.33 0.57 0 0.00 264.58 0.99 0.71
Hex A9 6E FE 21 39 0 0 109 63 47
Octal 251 156 376 41 71 0 0 411 143 107
Binary 10101001 1101110 11111110 100001 111001 0 0 100001001 1100011 1000111

Color Harmonies of #A96EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96EFE

Black with #A96EFE

Text Example


Text Example

White with #A96EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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