Html Css Color HEX #A51DFF Electric Purple

📋 copy color: '#A51DFF'

red 165 ◦ green 29 ◦ blue 255

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

Shades of Electric Purple #A51DFF

Tints of Electric Purple #A51DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.46%

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

R = 36.75%
G = 6.46%
B = 56.79%

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

#A51DFF (or 0xA51DFF) is known color: Electric Purple. HEX triplet: A5, 1D and FF. RGB value is (165,29,255). Sum of RGB (Red+Green+Blue) = 165+29+255=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #A51DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51DFF is #5AE200. Grayscale: #5E5E5E. Windows color (decimal): -5956097 or 16719269. OLE color: 16719269.

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

Color convert

RGB 165 29 255 -
CMYK 0.35 0.89 0 0
HSL 276.11º 1% 0.56% -
HSV(B) 276.11º 0.89% 1% -
XYZ 34.01 16.1 95.92 -
YUV 95.43 218.06 177.62 -
System Red Green Blue C M Y K H S L
Decimal 165 29 255 0.35 0.89 0 0 276.11 1 0.56
Hex A5 1D FF 23 59 0 0 114 64 38
Octal 245 35 377 43 131 0 0 424 144 70
Binary 10100101 11101 11111111 100011 1011001 0 0 100010100 1100100 111000

Color Harmonies of #A51DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51DFF

Black with #A51DFF

Text Example


Text Example

White with #A51DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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