Html Css Color HEX #A50BFF Electric Purple

📋 copy color: '#A50BFF'

red 165 ◦ green 11 ◦ blue 255

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

Shades of Electric Purple #A50BFF

Tints of Electric Purple #A50BFF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.55%

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

R = 38.28%
G = 2.55%
B = 59.16%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A50BFF (or 0xA50BFF) is known color: Electric Purple. HEX triplet: A5, 0B and FF. RGB value is (165,11,255). Sum of RGB (Red+Green+Blue) = 165+11+255=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 11 (4.69% from 255 or 2.55% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #A50BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50BFF is #5AF400. Grayscale: #545454. Windows color (decimal): -5960705 or 16714661. OLE color: 16714661.

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

Color convert

RGB 165 11 255 -
CMYK 0.35 0.96 0 0
HSL 277.87º 1% 0.52% -
HSV(B) 277.87º 0.96% 1% -
XYZ 33.69 15.46 95.82 -
YUV 84.86 224.02 185.16 -
System Red Green Blue C M Y K H S L
Decimal 165 11 255 0.35 0.96 0 0 277.87 1 0.52
Hex A5 B FF 23 60 0 0 116 64 34
Octal 245 13 377 43 140 0 0 426 144 64
Binary 10100101 1011 11111111 100011 1100000 0 0 100010110 1100100 110100

Color Harmonies of #A50BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50BFF

Black with #A50BFF

Text Example


Text Example

White with #A50BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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