Html Css Color HEX #A008FF Electric Purple

📋 copy color: '#A008FF'

red 160 ◦ green 8 ◦ blue 255

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

Shades of Electric Purple #A008FF

Tints of Electric Purple #A008FF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.89%

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

R = 37.83%
G = 1.89%
B = 60.28%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A008FF (or 0xA008FF) is known color: Electric Purple. HEX triplet: A0, 08 and FF. RGB value is (160,8,255). Sum of RGB (Red+Green+Blue) = 160+8+255=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #A008FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A008FF is #5FF700. Grayscale: #505050. Windows color (decimal): -6289153 or 16713888. OLE color: 16713888.

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

Color convert

RGB 160 8 255 -
CMYK 0.37 0.97 0 0
HSL 276.92º 1% 0.52% -
HSV(B) 276.92º 0.97% 1% -
XYZ 32.63 14.87 95.76 -
YUV 81.61 225.86 183.92 -
System Red Green Blue C M Y K H S L
Decimal 160 8 255 0.37 0.97 0 0 276.92 1 0.52
Hex A0 8 FF 25 61 0 0 115 64 34
Octal 240 10 377 45 141 0 0 425 144 64
Binary 10100000 1000 11111111 100101 1100001 0 0 100010101 1100100 110100

Color Harmonies of #A008FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A008FF

Black with #A008FF

Text Example


Text Example

White with #A008FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A008FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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