Html Css Color HEX #A96FFA Medium Purple

📋 copy color: '#A96FFA'

red 169 ◦ green 111 ◦ blue 250

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

Shades of Medium Purple #A96FFA

Tints of Medium Purple #A96FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.94%

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

R = 31.89%
G = 20.94%
B = 47.17%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A96FFA (or 0xA96FFA) is known color: Medium Purple. HEX triplet: A9, 6F and FA. RGB value is (169,111,250). Sum of RGB (Red+Green+Blue) = 169+111+250=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #A96FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96FFA is #569005. Grayscale: #8F8F8F. Windows color (decimal): -5672966 or 16412585. OLE color: 16412585.

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

Color convert

RGB 169 111 250 -
CMYK 0.32 0.56 0 0.02
HSL 265.04º 0.93% 0.71% -
HSV(B) 265.04º 0.56% 0.98% -
XYZ 39.3 26.71 93.53 -
YUV 144.19 187.72 145.7 -
System Red Green Blue C M Y K H S L
Decimal 169 111 250 0.32 0.56 0 0.02 265.04 0.93 0.71
Hex A9 6F FA 20 38 0 2 109 5D 47
Octal 251 157 372 40 70 0 2 411 135 107
Binary 10101001 1101111 11111010 100000 111000 0 10 100001001 1011101 1000111

Color Harmonies of #A96FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96FFA

Black with #A96FFA

Text Example


Text Example

White with #A96FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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