Html Css Color HEX #A00DFF Electric Purple

📋 copy color: '#A00DFF'

red 160 ◦ green 13 ◦ blue 255

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

Shades of Electric Purple #A00DFF

Tints of Electric Purple #A00DFF

RGB

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

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

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

R = 37.38%
G = 3.04%
B = 59.58%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A00DFF (or 0xA00DFF) is known color: Electric Purple. HEX triplet: A0, 0D and FF. RGB value is (160,13,255). Sum of RGB (Red+Green+Blue) = 160+13+255=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #A00DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00DFF is #5FF200. Grayscale: #535353. Windows color (decimal): -6287873 or 16715168. OLE color: 16715168.

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

Color convert

RGB 160 13 255 -
CMYK 0.37 0.95 0 0
HSL 276.45º 1% 0.53% -
HSV(B) 276.45º 0.95% 1% -
XYZ 32.69 14.98 95.78 -
YUV 84.54 224.2 181.82 -
System Red Green Blue C M Y K H S L
Decimal 160 13 255 0.37 0.95 0 0 276.45 1 0.53
Hex A0 D FF 25 5F 0 0 114 64 35
Octal 240 15 377 45 137 0 0 424 144 65
Binary 10100000 1101 11111111 100101 1011111 0 0 100010100 1100100 110101

Color Harmonies of #A00DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00DFF

Black with #A00DFF

Text Example


Text Example

White with #A00DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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