Html Css Color HEX #A50BFE Electric Purple

📋 copy color: '#A50BFE'

red 165 ◦ green 11 ◦ blue 254

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

Shades of Electric Purple #A50BFE

Tints of Electric Purple #A50BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.07%

R = 38.37%
G = 2.56%
B = 59.07%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A50BFE (or 0xA50BFE) is known color: Electric Purple. HEX triplet: A5, 0B and FE. RGB value is (165,11,254). Sum of RGB (Red+Green+Blue) = 165+11+254=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #A50BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50BFE is #5AF401. Grayscale: #535353. Windows color (decimal): -5960706 or 16649125. OLE color: 16649125.

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

Color convert

RGB 165 11 254 -
CMYK 0.35 0.96 0 0.00
HSL 278.02º 0.99% 0.52% -
HSV(B) 278.02º 0.96% 1% -
XYZ 33.53 15.39 94.97 -
YUV 84.75 223.52 185.24 -
System Red Green Blue C M Y K H S L
Decimal 165 11 254 0.35 0.96 0 0.00 278.02 0.99 0.52
Hex A5 B FE 23 60 0 0 116 63 34
Octal 245 13 376 43 140 0 0 426 143 64
Binary 10100101 1011 11111110 100011 1100000 0 0 100010110 1100011 110100

Color Harmonies of #A50BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50BFE

Black with #A50BFE

Text Example


Text Example

White with #A50BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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