Html Css Color HEX #A50CFB Electric Purple

📋 copy color: '#A50CFB'

red 165 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #A50CFB

Tints of Electric Purple #A50CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.8%

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

R = 38.55%
G = 2.8%
B = 58.64%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A50CFB (or 0xA50CFB) is known color: Electric Purple. HEX triplet: A5, 0C and FB. RGB value is (165,12,251). Sum of RGB (Red+Green+Blue) = 165+12+251=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #A50CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50CFB is #5AF304. Grayscale: #545454. Windows color (decimal): -5960453 or 16452773. OLE color: 16452773.

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

Color convert

RGB 165 12 251 -
CMYK 0.34 0.95 0 0.02
HSL 278.41º 0.97% 0.52% -
HSV(B) 278.41º 0.95% 0.98% -
XYZ 33.06 15.23 92.46 -
YUV 84.99 221.69 185.07 -
System Red Green Blue C M Y K H S L
Decimal 165 12 251 0.34 0.95 0 0.02 278.41 0.97 0.52
Hex A5 C FB 22 5F 0 2 116 61 34
Octal 245 14 373 42 137 0 2 426 141 64
Binary 10100101 1100 11111011 100010 1011111 0 10 100010110 1100001 110100

Color Harmonies of #A50CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50CFB

Black with #A50CFB

Text Example


Text Example

White with #A50CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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