Html Css Color HEX #A664FE Medium Purple

📋 copy color: '#A664FE'

red 166 ◦ green 100 ◦ blue 254

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

Shades of Medium Purple #A664FE

Tints of Medium Purple #A664FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.23%

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 31.92%
G = 19.23%
B = 48.85%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A664FE (or 0xA664FE) is known color: Medium Purple. HEX triplet: A6, 64 and FE. RGB value is (166,100,254). Sum of RGB (Red+Green+Blue) = 166+100+254=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #A664FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A664FE is #599B01. Grayscale: #888888. Windows color (decimal): -5872386 or 16671910. OLE color: 16671910.

HSL color Cylindrical-coordinate representation of color #A664FE: hue angle of 265.71º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A664FE is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 100 254 -
CMYK 0.35 0.61 0 0.00
HSL 265.71º 0.99% 0.69% -
HSV(B) 265.71º 0.61% 1% -
XYZ 38.17 24.38 96.46 -
YUV 137.29 193.87 148.48 -
System Red Green Blue C M Y K H S L
Decimal 166 100 254 0.35 0.61 0 0.00 265.71 0.99 0.69
Hex A6 64 FE 23 3D 0 0 10A 63 45
Octal 246 144 376 43 75 0 0 412 143 105
Binary 10100110 1100100 11111110 100011 111101 0 0 100001010 1100011 1000101

Color Harmonies of #A664FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A664FE

Black with #A664FE

Text Example


Text Example

White with #A664FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A664FE; }

 p { color: rgb(166,100,254); }

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

background-color css

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

 a { background-color: rgb(166,100,254); }

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

border-color css

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

 span { border-color: rgb(166,100,254); }

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