Html Css Color HEX #A66BE5 Medium Purple

📋 copy color: '#A66BE5'

red 166 ◦ green 107 ◦ blue 229

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

Shades of Medium Purple #A66BE5

Tints of Medium Purple #A66BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.62%

R = 33.07%
G = 21.31%
B = 45.62%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A66BE5 (or 0xA66BE5) is known color: Medium Purple. HEX triplet: A6, 6B and E5. RGB value is (166,107,229). Sum of RGB (Red+Green+Blue) = 166+107+229=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #A66BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BE5 is #59941A. Grayscale: #8A8A8A. Windows color (decimal): -5870619 or 15035302. OLE color: 15035302.

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

Color convert

RGB 166 107 229 -
CMYK 0.28 0.53 0 0.10
HSL 269.02º 0.7% 0.66% -
HSV(B) 269.02º 0.53% 0.9% -
XYZ 35.13 24.28 76.96 -
YUV 138.55 179.05 147.58 -
System Red Green Blue C M Y K H S L
Decimal 166 107 229 0.28 0.53 0 0.10 269.02 0.7 0.66
Hex A6 6B E5 1C 35 0 A 10D 46 42
Octal 246 153 345 34 65 0 12 415 106 102
Binary 10100110 1101011 11100101 11100 110101 0 1010 100001101 1000110 1000010

Color Harmonies of #A66BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66BE5

Black with #A66BE5

Text Example


Text Example

White with #A66BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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