Html Css Color HEX #A96EE8 Medium Purple

📋 copy color: '#A96EE8'

red 169 ◦ green 110 ◦ blue 232

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

Shades of Medium Purple #A96EE8

Tints of Medium Purple #A96EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.4%

R = 33.07%
G = 21.53%
B = 45.4%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A96EE8 (or 0xA96EE8) is known color: Medium Purple. HEX triplet: A9, 6E and E8. RGB value is (169,110,232). Sum of RGB (Red+Green+Blue) = 169+110+232=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #A96EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96EE8 is #569117. Grayscale: #8D8D8D. Windows color (decimal): -5673240 or 15232681. OLE color: 15232681.

HSL color Cylindrical-coordinate representation of color #A96EE8: hue angle of 269.02º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A96EE8 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 110 232 -
CMYK 0.27 0.53 0 0.09
HSL 269.02º 0.73% 0.67% -
HSV(B) 269.02º 0.53% 0.91% -
XYZ 36.5 25.41 79.33 -
YUV 141.55 179.05 147.58 -
System Red Green Blue C M Y K H S L
Decimal 169 110 232 0.27 0.53 0 0.09 269.02 0.73 0.67
Hex A9 6E E8 1B 35 0 9 10D 49 43
Octal 251 156 350 33 65 0 11 415 111 103
Binary 10101001 1101110 11101000 11011 110101 0 1001 100001101 1001001 1000011

Color Harmonies of #A96EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96EE8

Black with #A96EE8

Text Example


Text Example

White with #A96EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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