Html Css Color HEX #A30FFC Electric Purple

📋 copy color: '#A30FFC'

red 163 ◦ green 15 ◦ blue 252

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

Shades of Electric Purple #A30FFC

Tints of Electric Purple #A30FFC

RGB

 RED value IS 163 (64.06% from 255) = 37.91%

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

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

R = 37.91%
G = 3.49%
B = 58.6%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A30FFC (or 0xA30FFC) is known color: Electric Purple. HEX triplet: A3, 0F and FC. RGB value is (163,15,252). Sum of RGB (Red+Green+Blue) = 163+15+252=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #A30FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30FFC is #5CF003. Grayscale: #555555. Windows color (decimal): -6090756 or 16519075. OLE color: 16519075.

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

Color convert

RGB 163 15 252 -
CMYK 0.35 0.94 0 0.01
HSL 277.47º 0.98% 0.52% -
HSV(B) 277.47º 0.94% 0.99% -
XYZ 32.85 15.16 93.29 -
YUV 86.27 221.53 182.73 -
System Red Green Blue C M Y K H S L
Decimal 163 15 252 0.35 0.94 0 0.01 277.47 0.98 0.52
Hex A3 F FC 23 5E 0 1 115 62 34
Octal 243 17 374 43 136 0 1 425 142 64
Binary 10100011 1111 11111100 100011 1011110 0 1 100010101 1100010 110100

Color Harmonies of #A30FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30FFC

Black with #A30FFC

Text Example


Text Example

White with #A30FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30FFC; }

 p { color: rgb(163,15,252); }

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

background-color css

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

 a { background-color: rgb(163,15,252); }

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

border-color css

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

 span { border-color: rgb(163,15,252); }

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