Html Css Color HEX #A00AFD Electric Purple

📋 copy color: '#A00AFD'

red 160 ◦ green 10 ◦ blue 253

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

Shades of Electric Purple #A00AFD

Tints of Electric Purple #A00AFD

RGB

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

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

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

R = 37.83%
G = 2.36%
B = 59.81%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A00AFD (or 0xA00AFD) is known color: Electric Purple. HEX triplet: A0, 0A and FD. RGB value is (160,10,253). Sum of RGB (Red+Green+Blue) = 160+10+253=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #A00AFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00AFD is #5FF502. Grayscale: #515151. Windows color (decimal): -6288643 or 16583328. OLE color: 16583328.

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

Color convert

RGB 160 10 253 -
CMYK 0.37 0.96 0 0.01
HSL 277.04º 0.98% 0.52% -
HSV(B) 277.04º 0.96% 0.99% -
XYZ 32.34 14.78 94.08 -
YUV 82.55 224.2 183.24 -
System Red Green Blue C M Y K H S L
Decimal 160 10 253 0.37 0.96 0 0.01 277.04 0.98 0.52
Hex A0 A FD 25 60 0 1 115 62 34
Octal 240 12 375 45 140 0 1 425 142 64
Binary 10100000 1010 11111101 100101 1100000 0 1 100010101 1100010 110100

Color Harmonies of #A00AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00AFD

Black with #A00AFD

Text Example


Text Example

White with #A00AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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