Html Css Color HEX #A412FF Electric Purple

📋 copy color: '#A412FF'

red 164 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #A412FF

Tints of Electric Purple #A412FF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.12%

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

R = 37.53%
G = 4.12%
B = 58.35%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A412FF (or 0xA412FF) is known color: Electric Purple. HEX triplet: A4, 12 and FF. RGB value is (164,18,255). Sum of RGB (Red+Green+Blue) = 164+18+255=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #A412FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A412FF is #5BED00. Grayscale: #575757. Windows color (decimal): -6024449 or 16716452. OLE color: 16716452.

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

Color convert

RGB 164 18 255 -
CMYK 0.36 0.93 0 0
HSL 276.96º 1% 0.54% -
HSV(B) 276.96º 0.93% 1% -
XYZ 33.58 15.55 95.84 -
YUV 88.67 221.87 181.73 -
System Red Green Blue C M Y K H S L
Decimal 164 18 255 0.36 0.93 0 0 276.96 1 0.54
Hex A4 12 FF 24 5D 0 0 115 64 36
Octal 244 22 377 44 135 0 0 425 144 66
Binary 10100100 10010 11111111 100100 1011101 0 0 100010101 1100100 110110

Color Harmonies of #A412FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A412FF

Black with #A412FF

Text Example


Text Example

White with #A412FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A412FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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