Html Css Color HEX #A66FF4 Medium Purple

📋 copy color: '#A66FF4'

red 166 ◦ green 111 ◦ blue 244

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

Shades of Medium Purple #A66FF4

Tints of Medium Purple #A66FF4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.31%

 BLUE value IS 244 (95.7% from 255) = 46.83%

R = 31.86%
G = 21.31%
B = 46.83%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A66FF4 (or 0xA66FF4) is known color: Medium Purple. HEX triplet: A6, 6F and F4. RGB value is (166,111,244). Sum of RGB (Red+Green+Blue) = 166+111+244=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 244 (95.70% from 255 or 46.83% from 521); Max value from RGB is 244 - color contains mainly: blue. Hex color #A66FF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66FF4 is #59900B. Grayscale: #8E8E8E. Windows color (decimal): -5869580 or 16019366. OLE color: 16019366.

HSL color Cylindrical-coordinate representation of color #A66FF4: hue angle of 264.81º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A66FF4 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 111 244 -
CMYK 0.32 0.55 0 0.04
HSL 264.81º 0.86% 0.7% -
HSV(B) 264.81º 0.55% 0.96% -
XYZ 37.74 26.01 88.62 -
YUV 142.61 185.22 144.69 -
System Red Green Blue C M Y K H S L
Decimal 166 111 244 0.32 0.55 0 0.04 264.81 0.86 0.7
Hex A6 6F F4 20 37 0 4 109 56 46
Octal 246 157 364 40 67 0 4 411 126 106
Binary 10100110 1101111 11110100 100000 110111 0 100 100001001 1010110 1000110

Color Harmonies of #A66FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66FF4

Black with #A66FF4

Text Example


Text Example

White with #A66FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66FF4; }

 p { color: rgb(166,111,244); }

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

background-color css

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

 a { background-color: rgb(166,111,244); }

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

border-color css

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

 span { border-color: rgb(166,111,244); }

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