Html Css Color HEX #A006FE Electric Purple

📋 copy color: '#A006FE'

red 160 ◦ green 6 ◦ blue 254

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

Shades of Electric Purple #A006FE

Tints of Electric Purple #A006FE

RGB

 RED value IS 160 (62.89% from 255) = 38.1%

 GREEN value IS 6 (2.73% from 255) = 1.43%

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

R = 38.1%
G = 1.43%
B = 60.48%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A006FE (or 0xA006FE) is known color: Electric Purple. HEX triplet: A0, 06 and FE. RGB value is (160,6,254). Sum of RGB (Red+Green+Blue) = 160+6+254=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #A006FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A006FE is #5FF901. Grayscale: #4F4F4F. Windows color (decimal): -6289666 or 16647840. OLE color: 16647840.

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

Color convert

RGB 160 6 254 -
CMYK 0.37 0.98 0 0.00
HSL 277.26º 0.99% 0.51% -
HSV(B) 277.26º 0.98% 1% -
XYZ 32.45 14.76 94.9 -
YUV 80.32 226.02 184.83 -
System Red Green Blue C M Y K H S L
Decimal 160 6 254 0.37 0.98 0 0.00 277.26 0.99 0.51
Hex A0 6 FE 25 62 0 0 115 63 33
Octal 240 6 376 45 142 0 0 425 143 63
Binary 10100000 110 11111110 100101 1100010 0 0 100010101 1100011 110011

Color Harmonies of #A006FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A006FE

Black with #A006FE

Text Example


Text Example

White with #A006FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A006FE; }

 p { color: rgb(160,6,254); }

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

background-color css

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

 a { background-color: rgb(160,6,254); }

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

border-color css

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

 span { border-color: rgb(160,6,254); }

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