Html Css Color HEX #A306FE Electric Purple

📋 copy color: '#A306FE'

red 163 ◦ green 6 ◦ blue 254

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

Shades of Electric Purple #A306FE

Tints of Electric Purple #A306FE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.42%

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

R = 38.53%
G = 1.42%
B = 60.05%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A306FE (or 0xA306FE) is known color: Electric Purple. HEX triplet: A3, 06 and FE. RGB value is (163,6,254). Sum of RGB (Red+Green+Blue) = 163+6+254=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #A306FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A306FE is #5CF901. Grayscale: #505050. Windows color (decimal): -6093058 or 16647843. OLE color: 16647843.

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

Color convert

RGB 163 6 254 -
CMYK 0.36 0.98 0 0.00
HSL 277.98º 0.99% 0.51% -
HSV(B) 277.98º 0.98% 1% -
XYZ 33.06 15.07 94.93 -
YUV 81.22 225.51 186.33 -
System Red Green Blue C M Y K H S L
Decimal 163 6 254 0.36 0.98 0 0.00 277.98 0.99 0.51
Hex A3 6 FE 24 62 0 0 116 63 33
Octal 243 6 376 44 142 0 0 426 143 63
Binary 10100011 110 11111110 100100 1100010 0 0 100010110 1100011 110011

Color Harmonies of #A306FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A306FE

Black with #A306FE

Text Example


Text Example

White with #A306FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A306FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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