Html Css Color HEX #A00AF9 Electric Purple

📋 copy color: '#A00AF9'

red 160 ◦ green 10 ◦ blue 249

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

Shades of Electric Purple #A00AF9

Tints of Electric Purple #A00AF9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.39%

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

R = 38.19%
G = 2.39%
B = 59.43%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A00AF9 (or 0xA00AF9) is known color: Electric Purple. HEX triplet: A0, 0A and F9. RGB value is (160,10,249). Sum of RGB (Red+Green+Blue) = 160+10+249=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 249 (97.66% from 255 or 59.43% from 419); Max value from RGB is 249 - color contains mainly: blue. Hex color #A00AF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00AF9 is #5FF506. Grayscale: #515151. Windows color (decimal): -6288647 or 16321184. OLE color: 16321184.

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

Color convert

RGB 160 10 249 -
CMYK 0.36 0.96 0 0.02
HSL 277.66º 0.95% 0.51% -
HSV(B) 277.66º 0.96% 0.98% -
XYZ 31.7 14.53 90.76 -
YUV 82.1 222.2 183.57 -
System Red Green Blue C M Y K H S L
Decimal 160 10 249 0.36 0.96 0 0.02 277.66 0.95 0.51
Hex A0 A F9 24 60 0 2 116 5F 33
Octal 240 12 371 44 140 0 2 426 137 63
Binary 10100000 1010 11111001 100100 1100000 0 10 100010110 1011111 110011

Color Harmonies of #A00AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00AF9

Black with #A00AF9

Text Example


Text Example

White with #A00AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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