Html Css Color HEX #A966E8 Medium Purple

📋 copy color: '#A966E8'

red 169 ◦ green 102 ◦ blue 232

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

Shades of Medium Purple #A966E8

Tints of Medium Purple #A966E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.12%

R = 33.6%
G = 20.28%
B = 46.12%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A966E8 (or 0xA966E8) is known color: Medium Purple. HEX triplet: A9, 66 and E8. RGB value is (169,102,232). Sum of RGB (Red+Green+Blue) = 169+102+232=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #A966E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A966E8 is #569917. Grayscale: #888888. Windows color (decimal): -5675288 or 15230633. OLE color: 15230633.

HSL color Cylindrical-coordinate representation of color #A966E8: hue angle of 270.92º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A966E8 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 102 232 -
CMYK 0.27 0.56 0 0.09
HSL 270.92º 0.74% 0.65% -
HSV(B) 270.92º 0.56% 0.91% -
XYZ 35.68 23.76 79.05 -
YUV 136.85 181.7 150.93 -
System Red Green Blue C M Y K H S L
Decimal 169 102 232 0.27 0.56 0 0.09 270.92 0.74 0.65
Hex A9 66 E8 1B 38 0 9 10F 4A 41
Octal 251 146 350 33 70 0 11 417 112 101
Binary 10101001 1100110 11101000 11011 111000 0 1001 100001111 1001010 1000001

Color Harmonies of #A966E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A966E8

Black with #A966E8

Text Example


Text Example

White with #A966E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A966E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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