Html Css Color HEX #A96FEF Medium Purple

📋 copy color: '#A96FEF'

red 169 ◦ green 111 ◦ blue 239

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

Shades of Medium Purple #A96FEF

Tints of Medium Purple #A96FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.05%

R = 32.56%
G = 21.39%
B = 46.05%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A96FEF (or 0xA96FEF) is known color: Medium Purple. HEX triplet: A9, 6F and EF. RGB value is (169,111,239). Sum of RGB (Red+Green+Blue) = 169+111+239=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #A96FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96FEF is #569010. Grayscale: #8E8E8E. Windows color (decimal): -5672977 or 15691689. OLE color: 15691689.

HSL color Cylindrical-coordinate representation of color #A96FEF: hue angle of 267.19º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A96FEF is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 111 239 -
CMYK 0.29 0.54 0 0.06
HSL 267.19º 0.8% 0.69% -
HSV(B) 267.19º 0.54% 0.94% -
XYZ 37.63 26.04 84.7 -
YUV 142.93 182.22 146.59 -
System Red Green Blue C M Y K H S L
Decimal 169 111 239 0.29 0.54 0 0.06 267.19 0.8 0.69
Hex A9 6F EF 1D 36 0 6 10B 50 45
Octal 251 157 357 35 66 0 6 413 120 105
Binary 10101001 1101111 11101111 11101 110110 0 110 100001011 1010000 1000101

Color Harmonies of #A96FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96FEF

Black with #A96FEF

Text Example


Text Example

White with #A96FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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