Html Css Color HEX #A005FF Electric Purple

📋 copy color: '#A005FF'

red 160 ◦ green 5 ◦ blue 255

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

Shades of Electric Purple #A005FF

Tints of Electric Purple #A005FF

RGB

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

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

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

R = 38.1%
G = 1.19%
B = 60.71%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A005FF (or 0xA005FF) is known color: Electric Purple. HEX triplet: A0, 05 and FF. RGB value is (160,5,255). Sum of RGB (Red+Green+Blue) = 160+5+255=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #A005FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A005FF is #5FFA00. Grayscale: #4F4F4F. Windows color (decimal): -6289921 or 16713120. OLE color: 16713120.

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

Color convert

RGB 160 5 255 -
CMYK 0.37 0.98 0 0
HSL 277.2º 1% 0.51% -
HSV(B) 277.2º 0.98% 1% -
XYZ 32.6 14.8 95.75 -
YUV 79.85 226.85 185.17 -
System Red Green Blue C M Y K H S L
Decimal 160 5 255 0.37 0.98 0 0 277.2 1 0.51
Hex A0 5 FF 25 62 0 0 115 64 33
Octal 240 5 377 45 142 0 0 425 144 63
Binary 10100000 101 11111111 100101 1100010 0 0 100010101 1100100 110011

Color Harmonies of #A005FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A005FF

Black with #A005FF

Text Example


Text Example

White with #A005FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A005FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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