Html Css Color HEX #A96CF0 Medium Purple

📋 copy color: '#A96CF0'

red 169 ◦ green 108 ◦ blue 240

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

Shades of Medium Purple #A96CF0

Tints of Medium Purple #A96CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.42%

R = 32.69%
G = 20.89%
B = 46.42%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A96CF0 (or 0xA96CF0) is known color: Medium Purple. HEX triplet: A9, 6C and F0. RGB value is (169,108,240). Sum of RGB (Red+Green+Blue) = 169+108+240=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #A96CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96CF0 is #56930F. Grayscale: #8C8C8C. Windows color (decimal): -5673744 or 15756457. OLE color: 15756457.

HSL color Cylindrical-coordinate representation of color #A96CF0: hue angle of 267.73º degrees, saturation: 0.81, 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 #A96CF0 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 108 240 -
CMYK 0.30 0.55 0 0.06
HSL 267.73º 0.81% 0.68% -
HSV(B) 267.73º 0.55% 0.94% -
XYZ 37.45 25.45 85.38 -
YUV 141.29 183.71 147.77 -
System Red Green Blue C M Y K H S L
Decimal 169 108 240 0.30 0.55 0 0.06 267.73 0.81 0.68
Hex A9 6C F0 1E 37 0 6 10C 51 44
Octal 251 154 360 36 67 0 6 414 121 104
Binary 10101001 1101100 11110000 11110 110111 0 110 100001100 1010001 1000100

Color Harmonies of #A96CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CF0

Black with #A96CF0

Text Example


Text Example

White with #A96CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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