Html Css Color HEX #A96EE4 Medium Purple

📋 copy color: '#A96EE4'

red 169 ◦ green 110 ◦ blue 228

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

Shades of Medium Purple #A96EE4

Tints of Medium Purple #A96EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.97%

R = 33.33%
G = 21.7%
B = 44.97%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A96EE4 (or 0xA96EE4) is known color: Medium Purple. HEX triplet: A9, 6E and E4. RGB value is (169,110,228). Sum of RGB (Red+Green+Blue) = 169+110+228=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 228 - color contains mainly: blue. Hex color #A96EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96EE4 is #56911B. Grayscale: #8C8C8C. Windows color (decimal): -5673244 or 14970537. OLE color: 14970537.

HSL color Cylindrical-coordinate representation of color #A96EE4: hue angle of 270º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A96EE4 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 169 110 228 -
CMYK 0.26 0.52 0 0.11
HSL 270º 0.69% 0.66% -
HSV(B) 270º 0.52% 0.89% -
XYZ 35.94 25.19 76.37 -
YUV 141.09 177.05 147.91 -
System Red Green Blue C M Y K H S L
Decimal 169 110 228 0.26 0.52 0 0.11 270 0.69 0.66
Hex A9 6E E4 1A 34 0 B 10E 45 42
Octal 251 156 344 32 64 0 13 416 105 102
Binary 10101001 1101110 11100100 11010 110100 0 1011 100001110 1000101 1000010

Color Harmonies of #A96EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96EE4

Black with #A96EE4

Text Example


Text Example

White with #A96EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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