Html Css Color HEX #A308FE Electric Purple

📋 copy color: '#A308FE'

red 163 ◦ green 8 ◦ blue 254

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

Shades of Electric Purple #A308FE

Tints of Electric Purple #A308FE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.88%

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

R = 38.35%
G = 1.88%
B = 59.76%

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

#A308FE (or 0xA308FE) is known color: Electric Purple. HEX triplet: A3, 08 and FE. RGB value is (163,8,254). Sum of RGB (Red+Green+Blue) = 163+8+254=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 8 (3.52% from 255 or 1.88% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #A308FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A308FE is #5CF701. Grayscale: #515151. Windows color (decimal): -6092546 or 16648355. OLE color: 16648355.

HSL color Cylindrical-coordinate representation of color #A308FE: hue angle of 277.8º 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 #A308FE is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 163 8 254 -
CMYK 0.36 0.97 0 0.00
HSL 277.8º 0.99% 0.51% -
HSV(B) 277.8º 0.97% 1% -
XYZ 33.08 15.12 94.94 -
YUV 82.39 224.85 185.5 -
System Red Green Blue C M Y K H S L
Decimal 163 8 254 0.36 0.97 0 0.00 277.8 0.99 0.51
Hex A3 8 FE 24 61 0 0 116 63 33
Octal 243 10 376 44 141 0 0 426 143 63
Binary 10100011 1000 11111110 100100 1100001 0 0 100010110 1100011 110011

Color Harmonies of #A308FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A308FE

Black with #A308FE

Text Example


Text Example

White with #A308FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A308FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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