Html Css Color HEX #A66CEF Medium Purple

📋 copy color: '#A66CEF'

red 166 ◦ green 108 ◦ blue 239

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

Shades of Medium Purple #A66CEF

Tints of Medium Purple #A66CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.05%

 BLUE value IS 239 (93.75% from 255) = 46.59%

R = 32.36%
G = 21.05%
B = 46.59%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A66CEF (or 0xA66CEF) is known color: Medium Purple. HEX triplet: A6, 6C and EF. RGB value is (166,108,239). Sum of RGB (Red+Green+Blue) = 166+108+239=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #A66CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66CEF is #599310. Grayscale: #8B8B8B. Windows color (decimal): -5870353 or 15690918. OLE color: 15690918.

HSL color Cylindrical-coordinate representation of color #A66CEF: hue angle of 266.56º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A66CEF is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 108 239 -
CMYK 0.31 0.55 0 0.06
HSL 266.56º 0.8% 0.68% -
HSV(B) 266.56º 0.55% 0.94% -
XYZ 36.67 25.06 84.57 -
YUV 140.28 183.72 146.35 -
System Red Green Blue C M Y K H S L
Decimal 166 108 239 0.31 0.55 0 0.06 266.56 0.8 0.68
Hex A6 6C EF 1F 37 0 6 10B 50 44
Octal 246 154 357 37 67 0 6 413 120 104
Binary 10100110 1101100 11101111 11111 110111 0 110 100001011 1010000 1000100

Color Harmonies of #A66CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66CEF

Black with #A66CEF

Text Example


Text Example

White with #A66CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66CEF; }

 p { color: rgb(166,108,239); }

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

background-color css

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

 a { background-color: rgb(166,108,239); }

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

border-color css

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

 span { border-color: rgb(166,108,239); }

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