Html Css Color HEX #A96BFF Medium Purple

📋 copy color: '#A96BFF'

red 169 ◦ green 107 ◦ blue 255

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

Shades of Medium Purple #A96BFF

Tints of Medium Purple #A96BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.15%

 BLUE value IS 255 (100% from 255) = 48.02%

R = 31.83%
G = 20.15%
B = 48.02%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A96BFF (or 0xA96BFF) is known color: Medium Purple. HEX triplet: A9, 6B and FF. RGB value is (169,107,255). Sum of RGB (Red+Green+Blue) = 169+107+255=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #A96BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96BFF is #569400. Grayscale: #8D8D8D. Windows color (decimal): -5673985 or 16739241. OLE color: 16739241.

HSL color Cylindrical-coordinate representation of color #A96BFF: hue angle of 265.14º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A96BFF is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 169 107 255 -
CMYK 0.34 0.58 0 0
HSL 265.14º 1% 0.71% -
HSV(B) 265.14º 0.58% 1% -
XYZ 39.67 26.17 97.57 -
YUV 142.41 191.54 146.97 -
System Red Green Blue C M Y K H S L
Decimal 169 107 255 0.34 0.58 0 0 265.14 1 0.71
Hex A9 6B FF 22 3A 0 0 109 64 47
Octal 251 153 377 42 72 0 0 411 144 107
Binary 10101001 1101011 11111111 100010 111010 0 0 100001001 1100100 1000111

Color Harmonies of #A96BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BFF

Black with #A96BFF

Text Example


Text Example

White with #A96BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BFF; }

 p { color: rgb(169,107,255); }

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

background-color css

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

 a { background-color: rgb(169,107,255); }

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

border-color css

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

 span { border-color: rgb(169,107,255); }

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