Html Css Color HEX #A96DE3 Medium Purple

📋 copy color: '#A96DE3'

red 169 ◦ green 109 ◦ blue 227

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

Shades of Medium Purple #A96DE3

Tints of Medium Purple #A96DE3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.58%

 BLUE value IS 227 (89.06% from 255) = 44.95%

R = 33.47%
G = 21.58%
B = 44.95%

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

#A96DE3 (or 0xA96DE3) is known color: Medium Purple. HEX triplet: A9, 6D and E3. RGB value is (169,109,227). Sum of RGB (Red+Green+Blue) = 169+109+227=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 227 (89.06% from 255 or 44.95% from 505); Max value from RGB is 227 - color contains mainly: blue. Hex color #A96DE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DE3 is #56921C. Grayscale: #8B8B8B. Windows color (decimal): -5673501 or 14904745. OLE color: 14904745.

HSL color Cylindrical-coordinate representation of color #A96DE3: hue angle of 270.51º degrees, saturation: 0.68, 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 #A96DE3 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 169 109 227 -
CMYK 0.26 0.52 0 0.11
HSL 270.51º 0.68% 0.66% -
HSV(B) 270.51º 0.52% 0.89% -
XYZ 35.7 24.92 75.6 -
YUV 140.39 176.88 148.41 -
System Red Green Blue C M Y K H S L
Decimal 169 109 227 0.26 0.52 0 0.11 270.51 0.68 0.66
Hex A9 6D E3 1A 34 0 B 10F 44 42
Octal 251 155 343 32 64 0 13 417 104 102
Binary 10101001 1101101 11100011 11010 110100 0 1011 100001111 1000100 1000010

Color Harmonies of #A96DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96DE3

Black with #A96DE3

Text Example


Text Example

White with #A96DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96DE3; }

 p { color: rgb(169,109,227); }

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

background-color css

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

 a { background-color: rgb(169,109,227); }

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

border-color css

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

 span { border-color: rgb(169,109,227); }

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