Html Css Color HEX #A005FA Electric Purple

📋 copy color: '#A005FA'

red 160 ◦ green 5 ◦ blue 250

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

Shades of Electric Purple #A005FA

Tints of Electric Purple #A005FA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.2%

 BLUE value IS 250 (98.05% from 255) = 60.24%

R = 38.55%
G = 1.2%
B = 60.24%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A005FA (or 0xA005FA) is known color: Electric Purple. HEX triplet: A0, 05 and FA. RGB value is (160,5,250). Sum of RGB (Red+Green+Blue) = 160+5+250=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #A005FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A005FA is #5FFA05. Grayscale: #4E4E4E. Windows color (decimal): -6289926 or 16385440. OLE color: 16385440.

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

Color convert

RGB 160 5 250 -
CMYK 0.36 0.98 0 0.02
HSL 277.96º 0.96% 0.5% -
HSV(B) 277.96º 0.98% 0.98% -
XYZ 31.81 14.48 91.56 -
YUV 79.28 224.35 185.58 -
System Red Green Blue C M Y K H S L
Decimal 160 5 250 0.36 0.98 0 0.02 277.96 0.96 0.5
Hex A0 5 FA 24 62 0 2 116 60 32
Octal 240 5 372 44 142 0 2 426 140 62
Binary 10100000 101 11111010 100100 1100010 0 10 100010110 1100000 110010

Color Harmonies of #A005FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A005FA

Black with #A005FA

Text Example


Text Example

White with #A005FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A005FA; }

 p { color: rgb(160,5,250); }

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

background-color css

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

 a { background-color: rgb(160,5,250); }

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

border-color css

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

 span { border-color: rgb(160,5,250); }

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