Html Css Color HEX #A512F3 Electric Purple

📋 copy color: '#A512F3'

red 165 ◦ green 18 ◦ blue 243

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

Shades of Electric Purple #A512F3

Tints of Electric Purple #A512F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 57.04%

R = 38.73%
G = 4.23%
B = 57.04%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A512F3 (or 0xA512F3) is known color: Electric Purple. HEX triplet: A5, 12 and F3. RGB value is (165,18,243). Sum of RGB (Red+Green+Blue) = 165+18+243=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 243 (95.31% from 255 or 57.04% from 426); Max value from RGB is 243 - color contains mainly: blue. Hex color #A512F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A512F3 is #5AED0C. Grayscale: #565656. Windows color (decimal): -5958925 or 15930021. OLE color: 15930021.

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

Color convert

RGB 165 18 243 -
CMYK 0.32 0.93 0 0.05
HSL 279.2º 0.9% 0.51% -
HSV(B) 279.2º 0.93% 0.95% -
XYZ 31.91 14.9 85.99 -
YUV 87.6 215.7 183.2 -
System Red Green Blue C M Y K H S L
Decimal 165 18 243 0.32 0.93 0 0.05 279.2 0.9 0.51
Hex A5 12 F3 20 5D 0 5 117 5A 33
Octal 245 22 363 40 135 0 5 427 132 63
Binary 10100101 10010 11110011 100000 1011101 0 101 100010111 1011010 110011

Color Harmonies of #A512F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A512F3

Black with #A512F3

Text Example


Text Example

White with #A512F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A512F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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