Html Css Color HEX #A966FF Medium Purple

📋 copy color: '#A966FF'

red 169 ◦ green 102 ◦ blue 255

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

Shades of Medium Purple #A966FF

Tints of Medium Purple #A966FF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.39%

 BLUE value IS 255 (100% from 255) = 48.48%

R = 32.13%
G = 19.39%
B = 48.48%

CMYK

 C value IS 0.34

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A966FF (or 0xA966FF) is known color: Medium Purple. HEX triplet: A9, 66 and FF. RGB value is (169,102,255). Sum of RGB (Red+Green+Blue) = 169+102+255=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #A966FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A966FF is #569900. Grayscale: #8A8A8A. Windows color (decimal): -5675265 or 16737961. OLE color: 16737961.

HSL color Cylindrical-coordinate representation of color #A966FF: hue angle of 266.27º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A966FF is Cyan = 0.34, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 169 102 255 -
CMYK 0.34 0.6 0 0
HSL 266.27º 1% 0.7% -
HSV(B) 266.27º 0.6% 1% -
XYZ 39.16 25.16 97.4 -
YUV 139.48 193.2 149.06 -
System Red Green Blue C M Y K H S L
Decimal 169 102 255 0.34 0.6 0 0 266.27 1 0.7
Hex A9 66 FF 22 3C 0 0 10A 64 46
Octal 251 146 377 42 74 0 0 412 144 106
Binary 10101001 1100110 11111111 100010 111100 0 0 100001010 1100100 1000110

Color Harmonies of #A966FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A966FF

Black with #A966FF

Text Example


Text Example

White with #A966FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A966FF; }

 p { color: rgb(169,102,255); }

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

background-color css

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

 a { background-color: rgb(169,102,255); }

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

border-color css

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

 span { border-color: rgb(169,102,255); }

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