Html Css Color HEX #A96CEB Medium Purple

📋 copy color: '#A96CEB'

red 169 ◦ green 108 ◦ blue 235

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

Shades of Medium Purple #A96CEB

Tints of Medium Purple #A96CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.09%

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

R = 33.01%
G = 21.09%
B = 45.9%

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

#A96CEB (or 0xA96CEB) is known color: Medium Purple. HEX triplet: A9, 6C and EB. RGB value is (169,108,235). Sum of RGB (Red+Green+Blue) = 169+108+235=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #A96CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96CEB is #569314. Grayscale: #8C8C8C. Windows color (decimal): -5673749 or 15428777. OLE color: 15428777.

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

Color convert

RGB 169 108 235 -
CMYK 0.28 0.54 0 0.08
HSL 268.82º 0.76% 0.67% -
HSV(B) 268.82º 0.54% 0.92% -
XYZ 36.72 25.16 81.52 -
YUV 140.72 181.21 148.17 -
System Red Green Blue C M Y K H S L
Decimal 169 108 235 0.28 0.54 0 0.08 268.82 0.76 0.67
Hex A9 6C EB 1C 36 0 8 10D 4C 43
Octal 251 154 353 34 66 0 10 415 114 103
Binary 10101001 1101100 11101011 11100 110110 0 1000 100001101 1001100 1000011

Color Harmonies of #A96CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CEB

Black with #A96CEB

Text Example


Text Example

White with #A96CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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