Html Css Color HEX #A00DF9 Electric Purple

📋 copy color: '#A00DF9'

red 160 ◦ green 13 ◦ blue 249

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

Shades of Electric Purple #A00DF9

Tints of Electric Purple #A00DF9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.08%

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

R = 37.91%
G = 3.08%
B = 59%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A00DF9 (or 0xA00DF9) is known color: Electric Purple. HEX triplet: A0, 0D and F9. RGB value is (160,13,249). Sum of RGB (Red+Green+Blue) = 160+13+249=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 249 (97.66% from 255 or 59.00% from 422); Max value from RGB is 249 - color contains mainly: blue. Hex color #A00DF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00DF9 is #5FF206. Grayscale: #535353. Windows color (decimal): -6287879 or 16321952. OLE color: 16321952.

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

Color convert

RGB 160 13 249 -
CMYK 0.36 0.95 0 0.02
HSL 277.37º 0.95% 0.51% -
HSV(B) 277.37º 0.95% 0.98% -
XYZ 31.74 14.6 90.77 -
YUV 83.86 221.2 182.31 -
System Red Green Blue C M Y K H S L
Decimal 160 13 249 0.36 0.95 0 0.02 277.37 0.95 0.51
Hex A0 D F9 24 5F 0 2 115 5F 33
Octal 240 15 371 44 137 0 2 425 137 63
Binary 10100000 1101 11111001 100100 1011111 0 10 100010101 1011111 110011

Color Harmonies of #A00DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00DF9

Black with #A00DF9

Text Example


Text Example

White with #A00DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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