Html Css Color HEX #A96AFA Medium Purple

📋 copy color: '#A96AFA'

red 169 ◦ green 106 ◦ blue 250

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

Shades of Medium Purple #A96AFA

Tints of Medium Purple #A96AFA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.19%

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 32.19%
G = 20.19%
B = 47.62%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A96AFA (or 0xA96AFA) is known color: Medium Purple. HEX triplet: A9, 6A and FA. RGB value is (169,106,250). Sum of RGB (Red+Green+Blue) = 169+106+250=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #A96AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96AFA is #569505. Grayscale: #8C8C8C. Windows color (decimal): -5674246 or 16411305. OLE color: 16411305.

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

Color convert

RGB 169 106 250 -
CMYK 0.32 0.58 0 0.02
HSL 266.25º 0.94% 0.7% -
HSV(B) 266.25º 0.58% 0.98% -
XYZ 38.77 25.65 93.35 -
YUV 141.25 189.37 147.79 -
System Red Green Blue C M Y K H S L
Decimal 169 106 250 0.32 0.58 0 0.02 266.25 0.94 0.7
Hex A9 6A FA 20 3A 0 2 10A 5E 46
Octal 251 152 372 40 72 0 2 412 136 106
Binary 10101001 1101010 11111010 100000 111010 0 10 100001010 1011110 1000110

Color Harmonies of #A96AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96AFA

Black with #A96AFA

Text Example


Text Example

White with #A96AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96AFA; }

 p { color: rgb(169,106,250); }

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

background-color css

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

 a { background-color: rgb(169,106,250); }

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

border-color css

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

 span { border-color: rgb(169,106,250); }

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