Html Css Color HEX #A002FF Electric Purple

📋 copy color: '#A002FF'

red 160 ◦ green 2 ◦ blue 255

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

Shades of Electric Purple #A002FF

Tints of Electric Purple #A002FF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

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

R = 38.37%
G = 0.48%
B = 61.15%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A002FF (or 0xA002FF) is known color: Electric Purple. HEX triplet: A0, 02 and FF. RGB value is (160,2,255). Sum of RGB (Red+Green+Blue) = 160+2+255=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #A002FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A002FF is #5FFD00. Grayscale: #4D4D4D. Windows color (decimal): -6290689 or 16712352. OLE color: 16712352.

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

Color convert

RGB 160 2 255 -
CMYK 0.37 0.99 0 0
HSL 277.47º 1% 0.5% -
HSV(B) 277.47º 0.99% 1% -
XYZ 32.57 14.74 95.74 -
YUV 78.08 227.85 186.43 -
System Red Green Blue C M Y K H S L
Decimal 160 2 255 0.37 0.99 0 0 277.47 1 0.5
Hex A0 2 FF 25 63 0 0 115 64 32
Octal 240 2 377 45 143 0 0 425 144 62
Binary 10100000 10 11111111 100101 1100011 0 0 100010101 1100100 110010

Color Harmonies of #A002FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A002FF

Black with #A002FF

Text Example


Text Example

White with #A002FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A002FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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