Html Css Color HEX #A51BFF Electric Purple

📋 copy color: '#A51BFF'

red 165 ◦ green 27 ◦ blue 255

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

Shades of Electric Purple #A51BFF

Tints of Electric Purple #A51BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.04%

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

R = 36.91%
G = 6.04%
B = 57.05%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A51BFF (or 0xA51BFF) is known color: Electric Purple. HEX triplet: A5, 1B and FF. RGB value is (165,27,255). Sum of RGB (Red+Green+Blue) = 165+27+255=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #A51BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51BFF is #5AE400. Grayscale: #5D5D5D. Windows color (decimal): -5956609 or 16718757. OLE color: 16718757.

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

Color convert

RGB 165 27 255 -
CMYK 0.35 0.89 0 0
HSL 276.32º 1% 0.55% -
HSV(B) 276.32º 0.89% 1% -
XYZ 33.96 16 95.91 -
YUV 94.25 218.72 178.46 -
System Red Green Blue C M Y K H S L
Decimal 165 27 255 0.35 0.89 0 0 276.32 1 0.55
Hex A5 1B FF 23 59 0 0 114 64 37
Octal 245 33 377 43 131 0 0 424 144 67
Binary 10100101 11011 11111111 100011 1011001 0 0 100010100 1100100 110111

Color Harmonies of #A51BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51BFF

Black with #A51BFF

Text Example


Text Example

White with #A51BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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