Html Css Color HEX #A512F9 Electric Purple

📋 copy color: '#A512F9'

red 165 ◦ green 18 ◦ blue 249

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

Shades of Electric Purple #A512F9

Tints of Electric Purple #A512F9

RGB

 RED value IS 165 (64.84% from 255) = 38.19%

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

 BLUE value IS 249 (97.66% from 255) = 57.64%

R = 38.19%
G = 4.17%
B = 57.64%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A512F9 (or 0xA512F9) is known color: Electric Purple. HEX triplet: A5, 12 and F9. RGB value is (165,18,249). Sum of RGB (Red+Green+Blue) = 165+18+249=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 249 (97.66% from 255 or 57.64% from 432); Max value from RGB is 249 - color contains mainly: blue. Hex color #A512F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A512F9 is #5AED06. Grayscale: #575757. Windows color (decimal): -5958919 or 16323237. OLE color: 16323237.

HSL color Cylindrical-coordinate representation of color #A512F9: hue angle of 278.18º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A512F9 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 18 249 -
CMYK 0.34 0.93 0 0.02
HSL 278.18º 0.95% 0.52% -
HSV(B) 278.18º 0.93% 0.98% -
XYZ 32.83 15.27 90.84 -
YUV 88.29 218.7 182.72 -
System Red Green Blue C M Y K H S L
Decimal 165 18 249 0.34 0.93 0 0.02 278.18 0.95 0.52
Hex A5 12 F9 22 5D 0 2 116 5F 34
Octal 245 22 371 42 135 0 2 426 137 64
Binary 10100101 10010 11111001 100010 1011101 0 10 100010110 1011111 110100

Color Harmonies of #A512F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A512F9

Black with #A512F9

Text Example


Text Example

White with #A512F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A512F9; }

 p { color: rgb(165,18,249); }

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

background-color css

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

 a { background-color: rgb(165,18,249); }

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

border-color css

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

 span { border-color: rgb(165,18,249); }

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