Html Css Color HEX #A402FF Electric Purple

📋 copy color: '#A402FF'

red 164 ◦ green 2 ◦ blue 255

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

Shades of Electric Purple #A402FF

Tints of Electric Purple #A402FF

RGB

 RED value IS 164 (64.45% from 255) = 38.95%

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

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

R = 38.95%
G = 0.48%
B = 60.57%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A402FF (or 0xA402FF) is known color: Electric Purple. HEX triplet: A4, 02 and FF. RGB value is (164,2,255). Sum of RGB (Red+Green+Blue) = 164+2+255=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #A402FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A402FF is #5BFD00. Grayscale: #4E4E4E. Windows color (decimal): -6028545 or 16712356. OLE color: 16712356.

HSL color Cylindrical-coordinate representation of color #A402FF: hue angle of 278.42º 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 #A402FF is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 164 2 255 -
CMYK 0.36 0.99 0 0
HSL 278.42º 1% 0.5% -
HSV(B) 278.42º 0.99% 1% -
XYZ 33.38 15.16 95.77 -
YUV 79.28 227.17 188.43 -
System Red Green Blue C M Y K H S L
Decimal 164 2 255 0.36 0.99 0 0 278.42 1 0.5
Hex A4 2 FF 24 63 0 0 116 64 32
Octal 244 2 377 44 143 0 0 426 144 62
Binary 10100100 10 11111111 100100 1100011 0 0 100010110 1100100 110010

Color Harmonies of #A402FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A402FF

Black with #A402FF

Text Example


Text Example

White with #A402FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A402FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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