Html Css Color HEX #A308FF Electric Purple

📋 copy color: '#A308FF'

red 163 ◦ green 8 ◦ blue 255

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

Shades of Electric Purple #A308FF

Tints of Electric Purple #A308FF

RGB

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

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

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

R = 38.26%
G = 1.88%
B = 59.86%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A308FF (or 0xA308FF) is known color: Electric Purple. HEX triplet: A3, 08 and FF. RGB value is (163,8,255). Sum of RGB (Red+Green+Blue) = 163+8+255=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 8 (3.52% from 255 or 1.88% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #A308FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A308FF is #5CF700. Grayscale: #515151. Windows color (decimal): -6092545 or 16713891. OLE color: 16713891.

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

Color convert

RGB 163 8 255 -
CMYK 0.36 0.97 0 0
HSL 277.65º 1% 0.52% -
HSV(B) 277.65º 0.97% 1% -
XYZ 33.24 15.18 95.79 -
YUV 82.5 225.35 185.42 -
System Red Green Blue C M Y K H S L
Decimal 163 8 255 0.36 0.97 0 0 277.65 1 0.52
Hex A3 8 FF 24 61 0 0 116 64 34
Octal 243 10 377 44 141 0 0 426 144 64
Binary 10100011 1000 11111111 100100 1100001 0 0 100010110 1100100 110100

Color Harmonies of #A308FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A308FF

Black with #A308FF

Text Example


Text Example

White with #A308FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A308FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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