Html Css Color HEX #A666E6 Medium Purple

📋 copy color: '#A666E6'

red 166 ◦ green 102 ◦ blue 230

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

Shades of Medium Purple #A666E6

Tints of Medium Purple #A666E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.18%

R = 33.33%
G = 20.48%
B = 46.18%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A666E6 (or 0xA666E6) is known color: Medium Purple. HEX triplet: A6, 66 and E6. RGB value is (166,102,230). Sum of RGB (Red+Green+Blue) = 166+102+230=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #A666E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A666E6 is #599919. Grayscale: #878787. Windows color (decimal): -5871898 or 15099558. OLE color: 15099558.

HSL color Cylindrical-coordinate representation of color #A666E6: hue angle of 270º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A666E6 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 102 230 -
CMYK 0.28 0.56 0 0.10
HSL 270º 0.72% 0.65% -
HSV(B) 270º 0.56% 0.9% -
XYZ 34.76 23.32 77.53 -
YUV 135.73 181.2 149.59 -
System Red Green Blue C M Y K H S L
Decimal 166 102 230 0.28 0.56 0 0.10 270 0.72 0.65
Hex A6 66 E6 1C 38 0 A 10E 48 41
Octal 246 146 346 34 70 0 12 416 110 101
Binary 10100110 1100110 11100110 11100 111000 0 1010 100001110 1001000 1000001

Color Harmonies of #A666E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A666E6

Black with #A666E6

Text Example


Text Example

White with #A666E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A666E6; }

 p { color: rgb(166,102,230); }

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

background-color css

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

 a { background-color: rgb(166,102,230); }

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

border-color css

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

 span { border-color: rgb(166,102,230); }

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