Html Css Color HEX #A66BEC Medium Purple

📋 copy color: '#A66BEC'

red 166 ◦ green 107 ◦ blue 236

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

Shades of Medium Purple #A66BEC

Tints of Medium Purple #A66BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 32.61%
G = 21.02%
B = 46.37%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A66BEC (or 0xA66BEC) is known color: Medium Purple. HEX triplet: A6, 6B and EC. RGB value is (166,107,236). Sum of RGB (Red+Green+Blue) = 166+107+236=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #A66BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66BEC is #599413. Grayscale: #8A8A8A. Windows color (decimal): -5870612 or 15494054. OLE color: 15494054.

HSL color Cylindrical-coordinate representation of color #A66BEC: hue angle of 267.44º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A66BEC is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 107 236 -
CMYK 0.30 0.55 0 0.07
HSL 267.44º 0.77% 0.67% -
HSV(B) 267.44º 0.55% 0.93% -
XYZ 36.12 24.68 82.22 -
YUV 139.35 182.55 147.01 -
System Red Green Blue C M Y K H S L
Decimal 166 107 236 0.30 0.55 0 0.07 267.44 0.77 0.67
Hex A6 6B EC 1E 37 0 7 10B 4D 43
Octal 246 153 354 36 67 0 7 413 115 103
Binary 10100110 1101011 11101100 11110 110111 0 111 100001011 1001101 1000011

Color Harmonies of #A66BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66BEC

Black with #A66BEC

Text Example


Text Example

White with #A66BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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