Html Css Color HEX #A00DFD Electric Purple

📋 copy color: '#A00DFD'

red 160 ◦ green 13 ◦ blue 253

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

Shades of Electric Purple #A00DFD

Tints of Electric Purple #A00DFD

RGB

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

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

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

R = 37.56%
G = 3.05%
B = 59.39%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A00DFD (or 0xA00DFD) is known color: Electric Purple. HEX triplet: A0, 0D and FD. RGB value is (160,13,253). Sum of RGB (Red+Green+Blue) = 160+13+253=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #A00DFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00DFD is #5FF202. Grayscale: #535353. Windows color (decimal): -6287875 or 16584096. OLE color: 16584096.

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

Color convert

RGB 160 13 253 -
CMYK 0.37 0.95 0 0.01
HSL 276.75º 0.98% 0.52% -
HSV(B) 276.75º 0.95% 0.99% -
XYZ 32.37 14.85 94.09 -
YUV 84.31 223.2 181.99 -
System Red Green Blue C M Y K H S L
Decimal 160 13 253 0.37 0.95 0 0.01 276.75 0.98 0.52
Hex A0 D FD 25 5F 0 1 115 62 34
Octal 240 15 375 45 137 0 1 425 142 64
Binary 10100000 1101 11111101 100101 1011111 0 1 100010101 1100010 110100

Color Harmonies of #A00DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00DFD

Black with #A00DFD

Text Example


Text Example

White with #A00DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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