Html Css Color HEX #A511F5 Electric Purple

📋 copy color: '#A511F5'

red 165 ◦ green 17 ◦ blue 245

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

Shades of Electric Purple #A511F5

Tints of Electric Purple #A511F5

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.98%

 BLUE value IS 245 (96.09% from 255) = 57.38%

R = 38.64%
G = 3.98%
B = 57.38%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A511F5 (or 0xA511F5) is known color: Electric Purple. HEX triplet: A5, 11 and F5. RGB value is (165,17,245). Sum of RGB (Red+Green+Blue) = 165+17+245=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 245 (96.09% from 255 or 57.38% from 427); Max value from RGB is 245 - color contains mainly: blue. Hex color #A511F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A511F5 is #5AEE0A. Grayscale: #565656. Windows color (decimal): -5959179 or 16060837. OLE color: 16060837.

HSL color Cylindrical-coordinate representation of color #A511F5: hue angle of 278.95º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A511F5 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 17 245 -
CMYK 0.33 0.93 0 0.04
HSL 278.95º 0.92% 0.51% -
HSV(B) 278.95º 0.93% 0.96% -
XYZ 32.2 14.99 87.58 -
YUV 87.24 217.03 183.46 -
System Red Green Blue C M Y K H S L
Decimal 165 17 245 0.33 0.93 0 0.04 278.95 0.92 0.51
Hex A5 11 F5 21 5D 0 4 117 5C 33
Octal 245 21 365 41 135 0 4 427 134 63
Binary 10100101 10001 11110101 100001 1011101 0 100 100010111 1011100 110011

Color Harmonies of #A511F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A511F5

Black with #A511F5

Text Example


Text Example

White with #A511F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A511F5; }

 p { color: rgb(165,17,245); }

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

background-color css

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

 a { background-color: rgb(165,17,245); }

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

border-color css

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

 span { border-color: rgb(165,17,245); }

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