Html Css Color HEX #A66CF1 Medium Purple

📋 copy color: '#A66CF1'

red 166 ◦ green 108 ◦ blue 241

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

Shades of Medium Purple #A66CF1

Tints of Medium Purple #A66CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.8%

R = 32.23%
G = 20.97%
B = 46.8%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A66CF1 (or 0xA66CF1) is known color: Medium Purple. HEX triplet: A6, 6C and F1. RGB value is (166,108,241). Sum of RGB (Red+Green+Blue) = 166+108+241=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #A66CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66CF1 is #59930E. Grayscale: #8C8C8C. Windows color (decimal): -5870351 or 15821990. OLE color: 15821990.

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

Color convert

RGB 166 108 241 -
CMYK 0.31 0.55 0 0.05
HSL 266.17º 0.83% 0.68% -
HSV(B) 266.17º 0.55% 0.95% -
XYZ 36.97 25.18 86.13 -
YUV 140.5 184.72 146.19 -
System Red Green Blue C M Y K H S L
Decimal 166 108 241 0.31 0.55 0 0.05 266.17 0.83 0.68
Hex A6 6C F1 1F 37 0 5 10A 53 44
Octal 246 154 361 37 67 0 5 412 123 104
Binary 10100110 1101100 11110001 11111 110111 0 101 100001010 1010011 1000100

Color Harmonies of #A66CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66CF1

Black with #A66CF1

Text Example


Text Example

White with #A66CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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