Html Css Color HEX #A96CF9 Medium Purple

📋 copy color: '#A96CF9'

red 169 ◦ green 108 ◦ blue 249

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

Shades of Medium Purple #A96CF9

Tints of Medium Purple #A96CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.34%

R = 32.13%
G = 20.53%
B = 47.34%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A96CF9 (or 0xA96CF9) is known color: Medium Purple. HEX triplet: A9, 6C and F9. RGB value is (169,108,249). Sum of RGB (Red+Green+Blue) = 169+108+249=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #A96CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96CF9 is #569306. Grayscale: #8D8D8D. Windows color (decimal): -5673735 or 16346281. OLE color: 16346281.

HSL color Cylindrical-coordinate representation of color #A96CF9: hue angle of 265.96º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A96CF9 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 108 249 -
CMYK 0.32 0.57 0 0.02
HSL 265.96º 0.92% 0.7% -
HSV(B) 265.96º 0.57% 0.98% -
XYZ 38.82 26 92.59 -
YUV 142.31 188.21 147.04 -
System Red Green Blue C M Y K H S L
Decimal 169 108 249 0.32 0.57 0 0.02 265.96 0.92 0.7
Hex A9 6C F9 20 39 0 2 10A 5C 46
Octal 251 154 371 40 71 0 2 412 134 106
Binary 10101001 1101100 11111001 100000 111001 0 10 100001010 1011100 1000110

Color Harmonies of #A96CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CF9

Black with #A96CF9

Text Example


Text Example

White with #A96CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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