Html Css Color HEX #A007FD Electric Purple

📋 copy color: '#A007FD'

red 160 ◦ green 7 ◦ blue 253

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

Shades of Electric Purple #A007FD

Tints of Electric Purple #A007FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.24%

R = 38.1%
G = 1.67%
B = 60.24%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A007FD (or 0xA007FD) is known color: Electric Purple. HEX triplet: A0, 07 and FD. RGB value is (160,7,253). Sum of RGB (Red+Green+Blue) = 160+7+253=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 7 (3.12% from 255 or 1.67% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #A007FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A007FD is #5FF802. Grayscale: #4F4F4F. Windows color (decimal): -6289411 or 16582560. OLE color: 16582560.

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

Color convert

RGB 160 7 253 -
CMYK 0.37 0.97 0 0.01
HSL 277.32º 0.98% 0.51% -
HSV(B) 277.32º 0.97% 0.99% -
XYZ 32.3 14.72 94.07 -
YUV 80.79 225.19 184.5 -
System Red Green Blue C M Y K H S L
Decimal 160 7 253 0.37 0.97 0 0.01 277.32 0.98 0.51
Hex A0 7 FD 25 61 0 1 115 62 33
Octal 240 7 375 45 141 0 1 425 142 63
Binary 10100000 111 11111101 100101 1100001 0 1 100010101 1100010 110011

Color Harmonies of #A007FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007FD

Black with #A007FD

Text Example


Text Example

White with #A007FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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