Html Css Color HEX #A96FEA Medium Purple

📋 copy color: '#A96FEA'

red 169 ◦ green 111 ◦ blue 234

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

Shades of Medium Purple #A96FEA

Tints of Medium Purple #A96FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.53%

R = 32.88%
G = 21.6%
B = 45.53%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A96FEA (or 0xA96FEA) is known color: Medium Purple. HEX triplet: A9, 6F and EA. RGB value is (169,111,234). Sum of RGB (Red+Green+Blue) = 169+111+234=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #A96FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96FEA is #569015. Grayscale: #8D8D8D. Windows color (decimal): -5672982 or 15364009. OLE color: 15364009.

HSL color Cylindrical-coordinate representation of color #A96FEA: hue angle of 268.29º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A96FEA is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 111 234 -
CMYK 0.28 0.53 0 0.08
HSL 268.29º 0.75% 0.68% -
HSV(B) 268.29º 0.53% 0.92% -
XYZ 36.9 25.74 80.87 -
YUV 142.36 179.72 147 -
System Red Green Blue C M Y K H S L
Decimal 169 111 234 0.28 0.53 0 0.08 268.29 0.75 0.68
Hex A9 6F EA 1C 35 0 8 10C 4B 44
Octal 251 157 352 34 65 0 10 414 113 104
Binary 10101001 1101111 11101010 11100 110101 0 1000 100001100 1001011 1000100

Color Harmonies of #A96FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96FEA

Black with #A96FEA

Text Example


Text Example

White with #A96FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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