Html Css Color HEX #A307FE Electric Purple

📋 copy color: '#A307FE'

red 163 ◦ green 7 ◦ blue 254

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

Shades of Electric Purple #A307FE

Tints of Electric Purple #A307FE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.65%

 BLUE value IS 254 (99.61% from 255) = 59.91%

R = 38.44%
G = 1.65%
B = 59.91%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A307FE (or 0xA307FE) is known color: Electric Purple. HEX triplet: A3, 07 and FE. RGB value is (163,7,254). Sum of RGB (Red+Green+Blue) = 163+7+254=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #A307FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A307FE is #5CF801. Grayscale: #505050. Windows color (decimal): -6092802 or 16648099. OLE color: 16648099.

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

Color convert

RGB 163 7 254 -
CMYK 0.36 0.97 0 0.00
HSL 277.89º 0.99% 0.51% -
HSV(B) 277.89º 0.97% 1% -
XYZ 33.07 15.09 94.94 -
YUV 81.8 225.18 185.92 -
System Red Green Blue C M Y K H S L
Decimal 163 7 254 0.36 0.97 0 0.00 277.89 0.99 0.51
Hex A3 7 FE 24 61 0 0 116 63 33
Octal 243 7 376 44 141 0 0 426 143 63
Binary 10100011 111 11111110 100100 1100001 0 0 100010110 1100011 110011

Color Harmonies of #A307FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A307FE

Black with #A307FE

Text Example


Text Example

White with #A307FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A307FE; }

 p { color: rgb(163,7,254); }

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

background-color css

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

 a { background-color: rgb(163,7,254); }

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

border-color css

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

 span { border-color: rgb(163,7,254); }

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