Html Css Color HEX #A66BE2 Medium Purple

📋 copy color: '#A66BE2'

red 166 ◦ green 107 ◦ blue 226

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

Shades of Medium Purple #A66BE2

Tints of Medium Purple #A66BE2

RGB

 RED value IS 166 (65.23% from 255) = 33.27%

 GREEN value IS 107 (42.19% from 255) = 21.44%

 BLUE value IS 226 (88.67% from 255) = 45.29%

R = 33.27%
G = 21.44%
B = 45.29%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A66BE2 (or 0xA66BE2) is known color: Medium Purple. HEX triplet: A6, 6B and E2. RGB value is (166,107,226). Sum of RGB (Red+Green+Blue) = 166+107+226=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 226 (88.67% from 255 or 45.29% from 499); Max value from RGB is 226 - color contains mainly: blue. Hex color #A66BE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BE2 is #59941D. Grayscale: #898989. Windows color (decimal): -5870622 or 14838694. OLE color: 14838694.

HSL color Cylindrical-coordinate representation of color #A66BE2: hue angle of 269.75º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A66BE2 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 107 226 -
CMYK 0.27 0.53 0 0.11
HSL 269.75º 0.67% 0.65% -
HSV(B) 269.75º 0.53% 0.89% -
XYZ 34.71 24.11 74.78 -
YUV 138.21 177.55 147.82 -
System Red Green Blue C M Y K H S L
Decimal 166 107 226 0.27 0.53 0 0.11 269.75 0.67 0.65
Hex A6 6B E2 1B 35 0 B 10E 43 41
Octal 246 153 342 33 65 0 13 416 103 101
Binary 10100110 1101011 11100010 11011 110101 0 1011 100001110 1000011 1000001

Color Harmonies of #A66BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66BE2

Black with #A66BE2

Text Example


Text Example

White with #A66BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66BE2; }

 p { color: rgb(166,107,226); }

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

background-color css

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

 a { background-color: rgb(166,107,226); }

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

border-color css

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

 span { border-color: rgb(166,107,226); }

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