Html Css Color HEX #A50FFB Electric Purple

📋 copy color: '#A50FFB'

red 165 ◦ green 15 ◦ blue 251

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

Shades of Electric Purple #A50FFB

Tints of Electric Purple #A50FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.48%

 BLUE value IS 251 (98.44% from 255) = 58.24%

R = 38.28%
G = 3.48%
B = 58.24%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A50FFB (or 0xA50FFB) is known color: Electric Purple. HEX triplet: A5, 0F and FB. RGB value is (165,15,251). Sum of RGB (Red+Green+Blue) = 165+15+251=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #A50FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50FFB is #5AF004. Grayscale: #555555. Windows color (decimal): -5959685 or 16453541. OLE color: 16453541.

HSL color Cylindrical-coordinate representation of color #A50FFB: hue angle of 278.14º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50FFB is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 15 251 -
CMYK 0.34 0.94 0 0.02
HSL 278.14º 0.97% 0.52% -
HSV(B) 278.14º 0.94% 0.98% -
XYZ 33.1 15.31 92.48 -
YUV 86.75 220.7 183.81 -
System Red Green Blue C M Y K H S L
Decimal 165 15 251 0.34 0.94 0 0.02 278.14 0.97 0.52
Hex A5 F FB 22 5E 0 2 116 61 34
Octal 245 17 373 42 136 0 2 426 141 64
Binary 10100101 1111 11111011 100010 1011110 0 10 100010110 1100001 110100

Color Harmonies of #A50FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50FFB

Black with #A50FFB

Text Example


Text Example

White with #A50FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50FFB; }

 p { color: rgb(165,15,251); }

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

background-color css

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

 a { background-color: rgb(165,15,251); }

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

border-color css

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

 span { border-color: rgb(165,15,251); }

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