Html Css Color HEX #A96CF1 Medium Purple

📋 copy color: '#A96CF1'

red 169 ◦ green 108 ◦ blue 241

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

Shades of Medium Purple #A96CF1

Tints of Medium Purple #A96CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.53%

R = 32.63%
G = 20.85%
B = 46.53%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A96CF1 (or 0xA96CF1) is known color: Medium Purple. HEX triplet: A9, 6C and F1. RGB value is (169,108,241). Sum of RGB (Red+Green+Blue) = 169+108+241=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #A96CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96CF1 is #56930E. Grayscale: #8C8C8C. Windows color (decimal): -5673743 or 15821993. OLE color: 15821993.

HSL color Cylindrical-coordinate representation of color #A96CF1: hue angle of 267.52º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A96CF1 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 108 241 -
CMYK 0.30 0.55 0 0.05
HSL 267.52º 0.83% 0.68% -
HSV(B) 267.52º 0.55% 0.95% -
XYZ 37.6 25.51 86.16 -
YUV 141.4 184.21 147.69 -
System Red Green Blue C M Y K H S L
Decimal 169 108 241 0.30 0.55 0 0.05 267.52 0.83 0.68
Hex A9 6C F1 1E 37 0 5 10C 53 44
Octal 251 154 361 36 67 0 5 414 123 104
Binary 10101001 1101100 11110001 11110 110111 0 101 100001100 1010011 1000100

Color Harmonies of #A96CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CF1

Black with #A96CF1

Text Example


Text Example

White with #A96CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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