Html Css Color HEX #A308FC Electric Purple

📋 copy color: '#A308FC'

red 163 ◦ green 8 ◦ blue 252

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

Shades of Electric Purple #A308FC

Tints of Electric Purple #A308FC

RGB

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

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

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

R = 38.53%
G = 1.89%
B = 59.57%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A308FC (or 0xA308FC) is known color: Electric Purple. HEX triplet: A3, 08 and FC. RGB value is (163,8,252). Sum of RGB (Red+Green+Blue) = 163+8+252=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #A308FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A308FC is #5CF703. Grayscale: #515151. Windows color (decimal): -6092548 or 16517283. OLE color: 16517283.

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

Color convert

RGB 163 8 252 -
CMYK 0.35 0.97 0 0.01
HSL 278.11º 0.98% 0.51% -
HSV(B) 278.11º 0.97% 0.99% -
XYZ 32.76 14.99 93.26 -
YUV 82.16 223.85 185.66 -
System Red Green Blue C M Y K H S L
Decimal 163 8 252 0.35 0.97 0 0.01 278.11 0.98 0.51
Hex A3 8 FC 23 61 0 1 116 62 33
Octal 243 10 374 43 141 0 1 426 142 63
Binary 10100011 1000 11111100 100011 1100001 0 1 100010110 1100010 110011

Color Harmonies of #A308FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A308FC

Black with #A308FC

Text Example


Text Example

White with #A308FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A308FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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