#A607FE

Color #A607FE Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #A607FE

Tints of Electric Purple #A607FE

Color information

#A607FE (or 0xA607FE) is unknown color: approx Electric Purple. HEX triplet: A6, 07 and FE. RGB value is (166,7,254). Sum of RGB (Red+Green+Blue) = 166+7+254=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 7 (3.12% from 255 or 1.64% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #A607FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A607FE is #59F801. Grayscale: #515151. Windows color (decimal): -5896194 or 16648102. OLE color: 16648102.

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

Color convert

RGB1667254-
CMYK0.350.9700.00
HSL278.62º99.2%51.18%-
HSV(B)278.62º97.24%99.61%-
XYZ33.6915.4194.97-
YUV82.7224.68187.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 7 (3.12% from 255) = 1.64%
BLUE value IS 254 (99.61% from 255) = 59.48%
R=38.88%
G=1.64%
B=59.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal16672540.350.9700.00278.6299.251.18
HexA67FE2361001176333
Octal2467376431410042714363
Binary10100110111111111101000111100001001000101111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A607FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A607FE; }

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

 H1.HeaderClassName
 {
   color: #A607FE;
 }
 .AnyTagClassName
 {
   color: #A607FE;
 }
</style>
background-color css

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

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

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

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

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

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