Html Css Color HEX #A50CFC Electric Purple

📋 copy color: '#A50CFC'

red 165 ◦ green 12 ◦ blue 252

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

Shades of Electric Purple #A50CFC

Tints of Electric Purple #A50CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.74%

R = 38.46%
G = 2.8%
B = 58.74%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A50CFC (or 0xA50CFC) is known color: Electric Purple. HEX triplet: A5, 0C and FC. RGB value is (165,12,252). Sum of RGB (Red+Green+Blue) = 165+12+252=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #A50CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50CFC is #5AF303. Grayscale: #545454. Windows color (decimal): -5960452 or 16518309. OLE color: 16518309.

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

Color convert

RGB 165 12 252 -
CMYK 0.35 0.95 0 0.01
HSL 278.25º 0.98% 0.52% -
HSV(B) 278.25º 0.95% 0.99% -
XYZ 33.22 15.29 93.3 -
YUV 85.11 222.19 184.99 -
System Red Green Blue C M Y K H S L
Decimal 165 12 252 0.35 0.95 0 0.01 278.25 0.98 0.52
Hex A5 C FC 23 5F 0 1 116 62 34
Octal 245 14 374 43 137 0 1 426 142 64
Binary 10100101 1100 11111100 100011 1011111 0 1 100010110 1100010 110100

Color Harmonies of #A50CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50CFC

Black with #A50CFC

Text Example


Text Example

White with #A50CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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