Html Css Color HEX #A66BF1 Medium Purple

📋 copy color: '#A66BF1'

red 166 ◦ green 107 ◦ blue 241

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

Shades of Medium Purple #A66BF1

Tints of Medium Purple #A66BF1

RGB

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

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

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

R = 32.3%
G = 20.82%
B = 46.89%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A66BF1 (or 0xA66BF1) is known color: Medium Purple. HEX triplet: A6, 6B and F1. RGB value is (166,107,241). Sum of RGB (Red+Green+Blue) = 166+107+241=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #A66BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66BF1 is #59940E. Grayscale: #8B8B8B. Windows color (decimal): -5870607 or 15821734. OLE color: 15821734.

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

Color convert

RGB 166 107 241 -
CMYK 0.31 0.56 0 0.05
HSL 266.42º 0.83% 0.68% -
HSV(B) 266.42º 0.56% 0.95% -
XYZ 36.86 24.97 86.1 -
YUV 139.92 185.05 146.6 -
System Red Green Blue C M Y K H S L
Decimal 166 107 241 0.31 0.56 0 0.05 266.42 0.83 0.68
Hex A6 6B F1 1F 38 0 5 10A 53 44
Octal 246 153 361 37 70 0 5 412 123 104
Binary 10100110 1101011 11110001 11111 111000 0 101 100001010 1010011 1000100

Color Harmonies of #A66BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66BF1

Black with #A66BF1

Text Example


Text Example

White with #A66BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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