Html Css Color HEX #A008FC Electric Purple

📋 copy color: '#A008FC'

red 160 ◦ green 8 ◦ blue 252

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

Shades of Electric Purple #A008FC

Tints of Electric Purple #A008FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60%

R = 38.1%
G = 1.9%
B = 60%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A008FC (or 0xA008FC) is known color: Electric Purple. HEX triplet: A0, 08 and FC. RGB value is (160,8,252). Sum of RGB (Red+Green+Blue) = 160+8+252=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #A008FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A008FC is #5FF703. Grayscale: #505050. Windows color (decimal): -6289156 or 16517280. OLE color: 16517280.

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

Color convert

RGB 160 8 252 -
CMYK 0.37 0.97 0 0.01
HSL 277.38º 0.98% 0.51% -
HSV(B) 277.38º 0.97% 0.99% -
XYZ 32.15 14.68 93.23 -
YUV 81.26 224.36 184.16 -
System Red Green Blue C M Y K H S L
Decimal 160 8 252 0.37 0.97 0 0.01 277.38 0.98 0.51
Hex A0 8 FC 25 61 0 1 115 62 33
Octal 240 10 374 45 141 0 1 425 142 63
Binary 10100000 1000 11111100 100101 1100001 0 1 100010101 1100010 110011

Color Harmonies of #A008FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A008FC

Black with #A008FC

Text Example


Text Example

White with #A008FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A008FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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