Html Css Color HEX #A96DEB Medium Purple

📋 copy color: '#A96DEB'

red 169 ◦ green 109 ◦ blue 235

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

Shades of Medium Purple #A96DEB

Tints of Medium Purple #A96DEB

RGB

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

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

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

R = 32.94%
G = 21.25%
B = 45.81%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A96DEB (or 0xA96DEB) is known color: Medium Purple. HEX triplet: A9, 6D and EB. RGB value is (169,109,235). Sum of RGB (Red+Green+Blue) = 169+109+235=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #A96DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96DEB is #569214. Grayscale: #8C8C8C. Windows color (decimal): -5673493 or 15429033. OLE color: 15429033.

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

Color convert

RGB 169 109 235 -
CMYK 0.28 0.54 0 0.08
HSL 268.57º 0.76% 0.67% -
HSV(B) 268.57º 0.54% 0.92% -
XYZ 36.83 25.37 81.55 -
YUV 141.3 180.88 147.75 -
System Red Green Blue C M Y K H S L
Decimal 169 109 235 0.28 0.54 0 0.08 268.57 0.76 0.67
Hex A9 6D EB 1C 36 0 8 10D 4C 43
Octal 251 155 353 34 66 0 10 415 114 103
Binary 10101001 1101101 11101011 11100 110110 0 1000 100001101 1001100 1000011

Color Harmonies of #A96DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96DEB

Black with #A96DEB

Text Example


Text Example

White with #A96DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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