Html Css Color HEX #A966EB Medium Purple

📋 copy color: '#A966EB'

red 169 ◦ green 102 ◦ blue 235

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

Shades of Medium Purple #A966EB

Tints of Medium Purple #A966EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.44%

R = 33.4%
G = 20.16%
B = 46.44%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A966EB (or 0xA966EB) is known color: Medium Purple. HEX triplet: A9, 66 and EB. RGB value is (169,102,235). Sum of RGB (Red+Green+Blue) = 169+102+235=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #A966EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A966EB is #569914. Grayscale: #888888. Windows color (decimal): -5675285 or 15427241. OLE color: 15427241.

HSL color Cylindrical-coordinate representation of color #A966EB: hue angle of 270.23º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A966EB is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 102 235 -
CMYK 0.28 0.57 0 0.08
HSL 270.23º 0.77% 0.66% -
HSV(B) 270.23º 0.57% 0.92% -
XYZ 36.11 23.94 81.31 -
YUV 137.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 169 102 235 0.28 0.57 0 0.08 270.23 0.77 0.66
Hex A9 66 EB 1C 39 0 8 10E 4D 42
Octal 251 146 353 34 71 0 10 416 115 102
Binary 10101001 1100110 11101011 11100 111001 0 1000 100001110 1001101 1000010

Color Harmonies of #A966EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A966EB

Black with #A966EB

Text Example


Text Example

White with #A966EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A966EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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