Html Css Color HEX #A007F9 Electric Purple

📋 copy color: '#A007F9'

red 160 ◦ green 7 ◦ blue 249

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

Shades of Electric Purple #A007F9

Tints of Electric Purple #A007F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 59.86%

R = 38.46%
G = 1.68%
B = 59.86%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A007F9 (or 0xA007F9) is known color: Electric Purple. HEX triplet: A0, 07 and F9. RGB value is (160,7,249). Sum of RGB (Red+Green+Blue) = 160+7+249=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 249 (97.66% from 255 or 59.86% from 416); Max value from RGB is 249 - color contains mainly: blue. Hex color #A007F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A007F9 is #5FF806. Grayscale: #4F4F4F. Windows color (decimal): -6289415 or 16320416. OLE color: 16320416.

HSL color Cylindrical-coordinate representation of color #A007F9: hue angle of 277.93º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A007F9 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 7 249 -
CMYK 0.36 0.97 0 0.02
HSL 277.93º 0.95% 0.5% -
HSV(B) 277.93º 0.97% 0.98% -
XYZ 31.67 14.47 90.75 -
YUV 80.34 223.19 184.82 -
System Red Green Blue C M Y K H S L
Decimal 160 7 249 0.36 0.97 0 0.02 277.93 0.95 0.5
Hex A0 7 F9 24 61 0 2 116 5F 32
Octal 240 7 371 44 141 0 2 426 137 62
Binary 10100000 111 11111001 100100 1100001 0 10 100010110 1011111 110010

Color Harmonies of #A007F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007F9

Black with #A007F9

Text Example


Text Example

White with #A007F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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