Html Css Color HEX #A96CEF Medium Purple

📋 copy color: '#A96CEF'

red 169 ◦ green 108 ◦ blue 239

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

Shades of Medium Purple #A96CEF

Tints of Medium Purple #A96CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.32%

R = 32.75%
G = 20.93%
B = 46.32%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A96CEF (or 0xA96CEF) is known color: Medium Purple. HEX triplet: A9, 6C and EF. RGB value is (169,108,239). Sum of RGB (Red+Green+Blue) = 169+108+239=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #A96CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96CEF is #569310. Grayscale: #8C8C8C. Windows color (decimal): -5673745 or 15690921. OLE color: 15690921.

HSL color Cylindrical-coordinate representation of color #A96CEF: hue angle of 267.94º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A96CEF is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 108 239 -
CMYK 0.29 0.55 0 0.06
HSL 267.94º 0.8% 0.68% -
HSV(B) 267.94º 0.55% 0.94% -
XYZ 37.3 25.39 84.6 -
YUV 141.17 183.21 147.85 -
System Red Green Blue C M Y K H S L
Decimal 169 108 239 0.29 0.55 0 0.06 267.94 0.8 0.68
Hex A9 6C EF 1D 37 0 6 10C 50 44
Octal 251 154 357 35 67 0 6 414 120 104
Binary 10101001 1101100 11101111 11101 110111 0 110 100001100 1010000 1000100

Color Harmonies of #A96CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CEF

Black with #A96CEF

Text Example


Text Example

White with #A96CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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