Html Css Color HEX #A96BF5 Medium Purple

📋 copy color: '#A96BF5'

red 169 ◦ green 107 ◦ blue 245

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

Shades of Medium Purple #A96BF5

Tints of Medium Purple #A96BF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.02%

R = 32.44%
G = 20.54%
B = 47.02%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A96BF5 (or 0xA96BF5) is known color: Medium Purple. HEX triplet: A9, 6B and F5. RGB value is (169,107,245). Sum of RGB (Red+Green+Blue) = 169+107+245=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #A96BF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96BF5 is #56940A. Grayscale: #8C8C8C. Windows color (decimal): -5673995 or 16083881. OLE color: 16083881.

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

Color convert

RGB 169 107 245 -
CMYK 0.31 0.56 0 0.04
HSL 266.96º 0.87% 0.69% -
HSV(B) 266.96º 0.56% 0.96% -
XYZ 38.1 25.54 89.31 -
YUV 141.27 186.54 147.78 -
System Red Green Blue C M Y K H S L
Decimal 169 107 245 0.31 0.56 0 0.04 266.96 0.87 0.69
Hex A9 6B F5 1F 38 0 4 10B 57 45
Octal 251 153 365 37 70 0 4 413 127 105
Binary 10101001 1101011 11110101 11111 111000 0 100 100001011 1010111 1000101

Color Harmonies of #A96BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BF5

Black with #A96BF5

Text Example


Text Example

White with #A96BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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