Html Css Color HEX #A96CEC Medium Purple

📋 copy color: '#A96CEC'

red 169 ◦ green 108 ◦ blue 236

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

Shades of Medium Purple #A96CEC

Tints of Medium Purple #A96CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46%

R = 32.94%
G = 21.05%
B = 46%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A96CEC (or 0xA96CEC) is known color: Medium Purple. HEX triplet: A9, 6C and EC. RGB value is (169,108,236). Sum of RGB (Red+Green+Blue) = 169+108+236=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #A96CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96CEC is #569313. Grayscale: #8C8C8C. Windows color (decimal): -5673748 or 15494313. OLE color: 15494313.

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

Color convert

RGB 169 108 236 -
CMYK 0.28 0.54 0 0.07
HSL 268.59º 0.77% 0.67% -
HSV(B) 268.59º 0.54% 0.93% -
XYZ 36.87 25.22 82.28 -
YUV 140.83 181.71 148.09 -
System Red Green Blue C M Y K H S L
Decimal 169 108 236 0.28 0.54 0 0.07 268.59 0.77 0.67
Hex A9 6C EC 1C 36 0 7 10D 4D 43
Octal 251 154 354 34 66 0 7 415 115 103
Binary 10101001 1101100 11101100 11100 110110 0 111 100001101 1001101 1000011

Color Harmonies of #A96CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CEC

Black with #A96CEC

Text Example


Text Example

White with #A96CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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