Html Css Color HEX #A66CF0 Medium Purple

📋 copy color: '#A66CF0'

red 166 ◦ green 108 ◦ blue 240

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

Shades of Medium Purple #A66CF0

Tints of Medium Purple #A66CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.69%

R = 32.3%
G = 21.01%
B = 46.69%

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

#A66CF0 (or 0xA66CF0) is known color: Medium Purple. HEX triplet: A6, 6C and F0. RGB value is (166,108,240). Sum of RGB (Red+Green+Blue) = 166+108+240=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #A66CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66CF0 is #59930F. Grayscale: #8B8B8B. Windows color (decimal): -5870352 or 15756454. OLE color: 15756454.

HSL color Cylindrical-coordinate representation of color #A66CF0: hue angle of 266.36º degrees, saturation: 0.81, 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 #A66CF0 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 108 240 -
CMYK 0.31 0.55 0 0.06
HSL 266.36º 0.81% 0.68% -
HSV(B) 266.36º 0.55% 0.94% -
XYZ 36.82 25.12 85.35 -
YUV 140.39 184.22 146.27 -
System Red Green Blue C M Y K H S L
Decimal 166 108 240 0.31 0.55 0 0.06 266.36 0.81 0.68
Hex A6 6C F0 1F 37 0 6 10A 51 44
Octal 246 154 360 37 67 0 6 412 121 104
Binary 10100110 1101100 11110000 11111 110111 0 110 100001010 1010001 1000100

Color Harmonies of #A66CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66CF0

Black with #A66CF0

Text Example


Text Example

White with #A66CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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