Html Css Color HEX #A30CFF Electric Purple

📋 copy color: '#A30CFF'

red 163 ◦ green 12 ◦ blue 255

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

Shades of Electric Purple #A30CFF

Tints of Electric Purple #A30CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.3%

R = 37.91%
G = 2.79%
B = 59.3%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A30CFF (or 0xA30CFF) is known color: Electric Purple. HEX triplet: A3, 0C and FF. RGB value is (163,12,255). Sum of RGB (Red+Green+Blue) = 163+12+255=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #A30CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30CFF is #5CF300. Grayscale: #545454. Windows color (decimal): -6091521 or 16714915. OLE color: 16714915.

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

Color convert

RGB 163 12 255 -
CMYK 0.36 0.95 0 0
HSL 277.28º 1% 0.52% -
HSV(B) 277.28º 0.95% 1% -
XYZ 33.29 15.27 95.8 -
YUV 84.85 224.03 183.74 -
System Red Green Blue C M Y K H S L
Decimal 163 12 255 0.36 0.95 0 0 277.28 1 0.52
Hex A3 C FF 24 5F 0 0 115 64 34
Octal 243 14 377 44 137 0 0 425 144 64
Binary 10100011 1100 11111111 100100 1011111 0 0 100010101 1100100 110100

Color Harmonies of #A30CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30CFF

Black with #A30CFF

Text Example


Text Example

White with #A30CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30CFF; }

 p { color: rgb(163,12,255); }

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

background-color css

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

 a { background-color: rgb(163,12,255); }

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

border-color css

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

 span { border-color: rgb(163,12,255); }

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