Html Css Color HEX #A66BE3 Medium Purple

📋 copy color: '#A66BE3'

red 166 ◦ green 107 ◦ blue 227

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

Shades of Medium Purple #A66BE3

Tints of Medium Purple #A66BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 45.4%

R = 33.2%
G = 21.4%
B = 45.4%

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

#A66BE3 (or 0xA66BE3) is known color: Medium Purple. HEX triplet: A6, 6B and E3. RGB value is (166,107,227). Sum of RGB (Red+Green+Blue) = 166+107+227=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 227 - color contains mainly: blue. Hex color #A66BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BE3 is #59941C. Grayscale: #898989. Windows color (decimal): -5870621 or 14904230. OLE color: 14904230.

HSL color Cylindrical-coordinate representation of color #A66BE3: hue angle of 269.5º degrees, saturation: 0.68, 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 #A66BE3 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 107 227 -
CMYK 0.27 0.53 0 0.11
HSL 269.5º 0.68% 0.65% -
HSV(B) 269.5º 0.53% 0.89% -
XYZ 34.85 24.17 75.5 -
YUV 138.32 178.05 147.74 -
System Red Green Blue C M Y K H S L
Decimal 166 107 227 0.27 0.53 0 0.11 269.5 0.68 0.65
Hex A6 6B E3 1B 35 0 B 10E 44 41
Octal 246 153 343 33 65 0 13 416 104 101
Binary 10100110 1101011 11100011 11011 110101 0 1011 100001110 1000100 1000001

Color Harmonies of #A66BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66BE3

Black with #A66BE3

Text Example


Text Example

White with #A66BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66BE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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