Html Css Color HEX #A96BF6 Medium Purple

📋 copy color: '#A96BF6'

red 169 ◦ green 107 ◦ blue 246

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

Shades of Medium Purple #A96BF6

Tints of Medium Purple #A96BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.13%

R = 32.38%
G = 20.5%
B = 47.13%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A96BF6 (or 0xA96BF6) is known color: Medium Purple. HEX triplet: A9, 6B and F6. RGB value is (169,107,246). Sum of RGB (Red+Green+Blue) = 169+107+246=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 246 - color contains mainly: blue. Hex color #A96BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96BF6 is #569409. Grayscale: #8C8C8C. Windows color (decimal): -5673994 or 16149417. OLE color: 16149417.

HSL color Cylindrical-coordinate representation of color #A96BF6: hue angle of 266.76º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A96BF6 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 169 107 246 -
CMYK 0.31 0.57 0 0.04
HSL 266.76º 0.89% 0.69% -
HSV(B) 266.76º 0.57% 0.96% -
XYZ 38.25 25.6 90.11 -
YUV 141.38 187.04 147.7 -
System Red Green Blue C M Y K H S L
Decimal 169 107 246 0.31 0.57 0 0.04 266.76 0.89 0.69
Hex A9 6B F6 1F 39 0 4 10B 59 45
Octal 251 153 366 37 71 0 4 413 131 105
Binary 10101001 1101011 11110110 11111 111001 0 100 100001011 1011001 1000101

Color Harmonies of #A96BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BF6

Black with #A96BF6

Text Example


Text Example

White with #A96BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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