Html Css Color HEX #A415F2 Electric Purple

📋 copy color: '#A415F2'

red 164 ◦ green 21 ◦ blue 242

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

Shades of Electric Purple #A415F2

Tints of Electric Purple #A415F2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.92%

 BLUE value IS 242 (94.92% from 255) = 56.67%

R = 38.41%
G = 4.92%
B = 56.67%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A415F2 (or 0xA415F2) is known color: Electric Purple. HEX triplet: A4, 15 and F2. RGB value is (164,21,242). Sum of RGB (Red+Green+Blue) = 164+21+242=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 242 (94.92% from 255 or 56.67% from 427); Max value from RGB is 242 - color contains mainly: blue. Hex color #A415F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A415F2 is #5BEA0D. Grayscale: #585858. Windows color (decimal): -6023694 or 15865252. OLE color: 15865252.

HSL color Cylindrical-coordinate representation of color #A415F2: hue angle of 278.82º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A415F2 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 21 242 -
CMYK 0.32 0.91 0 0.05
HSL 278.82º 0.89% 0.52% -
HSV(B) 278.82º 0.91% 0.95% -
XYZ 31.61 14.84 85.2 -
YUV 88.95 214.38 181.53 -
System Red Green Blue C M Y K H S L
Decimal 164 21 242 0.32 0.91 0 0.05 278.82 0.89 0.52
Hex A4 15 F2 20 5B 0 5 117 59 34
Octal 244 25 362 40 133 0 5 427 131 64
Binary 10100100 10101 11110010 100000 1011011 0 101 100010111 1011001 110100

Color Harmonies of #A415F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A415F2

Black with #A415F2

Text Example


Text Example

White with #A415F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A415F2; }

 p { color: rgb(164,21,242); }

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

background-color css

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

 a { background-color: rgb(164,21,242); }

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

border-color css

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

 span { border-color: rgb(164,21,242); }

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