Html Css Color HEX #A51EFF Electric Purple

📋 copy color: '#A51EFF'

red 165 ◦ green 30 ◦ blue 255

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

Shades of Electric Purple #A51EFF

Tints of Electric Purple #A51EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.67%

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

R = 36.67%
G = 6.67%
B = 56.67%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A51EFF (or 0xA51EFF) is known color: Electric Purple. HEX triplet: A5, 1E and FF. RGB value is (165,30,255). Sum of RGB (Red+Green+Blue) = 165+30+255=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #A51EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51EFF is #5AE100. Grayscale: #5F5F5F. Windows color (decimal): -5955841 or 16719525. OLE color: 16719525.

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

Color convert

RGB 165 30 255 -
CMYK 0.35 0.88 0 0
HSL 276º 1% 0.56% -
HSV(B) 276º 0.88% 1% -
XYZ 34.03 16.15 95.93 -
YUV 96.02 217.73 177.2 -
System Red Green Blue C M Y K H S L
Decimal 165 30 255 0.35 0.88 0 0 276 1 0.56
Hex A5 1E FF 23 58 0 0 114 64 38
Octal 245 36 377 43 130 0 0 424 144 70
Binary 10100101 11110 11111111 100011 1011000 0 0 100010100 1100100 111000

Color Harmonies of #A51EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51EFF

Black with #A51EFF

Text Example


Text Example

White with #A51EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51EFF; }

 p { color: rgb(165,30,255); }

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

background-color css

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

 a { background-color: rgb(165,30,255); }

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

border-color css

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

 span { border-color: rgb(165,30,255); }

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