Html Css Color HEX #A96EEB Medium Purple

📋 copy color: '#A96EEB'

red 169 ◦ green 110 ◦ blue 235

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

Shades of Medium Purple #A96EEB

Tints of Medium Purple #A96EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.72%

R = 32.88%
G = 21.4%
B = 45.72%

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

#A96EEB (or 0xA96EEB) is known color: Medium Purple. HEX triplet: A9, 6E and EB. RGB value is (169,110,235). Sum of RGB (Red+Green+Blue) = 169+110+235=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #A96EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96EEB is #569114. Grayscale: #8D8D8D. Windows color (decimal): -5673237 or 15429289. OLE color: 15429289.

HSL color Cylindrical-coordinate representation of color #A96EEB: hue angle of 268.32º degrees, saturation: 0.76, 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 #A96EEB is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 110 235 -
CMYK 0.28 0.53 0 0.08
HSL 268.32º 0.76% 0.68% -
HSV(B) 268.32º 0.53% 0.92% -
XYZ 36.93 25.59 81.59 -
YUV 141.89 180.55 147.34 -
System Red Green Blue C M Y K H S L
Decimal 169 110 235 0.28 0.53 0 0.08 268.32 0.76 0.68
Hex A9 6E EB 1C 35 0 8 10C 4C 44
Octal 251 156 353 34 65 0 10 414 114 104
Binary 10101001 1101110 11101011 11100 110101 0 1000 100001100 1001100 1000100

Color Harmonies of #A96EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96EEB

Black with #A96EEB

Text Example


Text Example

White with #A96EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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