Html Css Color HEX #A007FF Electric Purple

📋 copy color: '#A007FF'

red 160 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #A007FF

Tints of Electric Purple #A007FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.66%

 BLUE value IS 255 (100% from 255) = 60.43%

R = 37.91%
G = 1.66%
B = 60.43%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A007FF (or 0xA007FF) is known color: Electric Purple. HEX triplet: A0, 07 and FF. RGB value is (160,7,255). Sum of RGB (Red+Green+Blue) = 160+7+255=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 7 (3.12% from 255 or 1.66% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #A007FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A007FF is #5FF800. Grayscale: #505050. Windows color (decimal): -6289409 or 16713632. OLE color: 16713632.

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

Color convert

RGB 160 7 255 -
CMYK 0.37 0.97 0 0
HSL 277.02º 1% 0.51% -
HSV(B) 277.02º 0.97% 1% -
XYZ 32.62 14.85 95.75 -
YUV 81.02 226.19 184.33 -
System Red Green Blue C M Y K H S L
Decimal 160 7 255 0.37 0.97 0 0 277.02 1 0.51
Hex A0 7 FF 25 61 0 0 115 64 33
Octal 240 7 377 45 141 0 0 425 144 63
Binary 10100000 111 11111111 100101 1100001 0 0 100010101 1100100 110011

Color Harmonies of #A007FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007FF

Black with #A007FF

Text Example


Text Example

White with #A007FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007FF; }

 p { color: rgb(160,7,255); }

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

background-color css

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

 a { background-color: rgb(160,7,255); }

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

border-color css

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

 span { border-color: rgb(160,7,255); }

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