Html Css Color HEX #A304FF Electric Purple

📋 copy color: '#A304FF'

red 163 ◦ green 4 ◦ blue 255

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

Shades of Electric Purple #A304FF

Tints of Electric Purple #A304FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.95%

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

R = 38.63%
G = 0.95%
B = 60.43%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A304FF (or 0xA304FF) is known color: Electric Purple. HEX triplet: A3, 04 and FF. RGB value is (163,4,255). Sum of RGB (Red+Green+Blue) = 163+4+255=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #A304FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A304FF is #5CFB00. Grayscale: #4F4F4F. Windows color (decimal): -6093569 or 16712867. OLE color: 16712867.

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

Color convert

RGB 163 4 255 -
CMYK 0.36 0.98 0 0
HSL 278.01º 1% 0.51% -
HSV(B) 278.01º 0.98% 1% -
XYZ 33.2 15.09 95.77 -
YUV 80.16 226.68 187.09 -
System Red Green Blue C M Y K H S L
Decimal 163 4 255 0.36 0.98 0 0 278.01 1 0.51
Hex A3 4 FF 24 62 0 0 116 64 33
Octal 243 4 377 44 142 0 0 426 144 63
Binary 10100011 100 11111111 100100 1100010 0 0 100010110 1100100 110011

Color Harmonies of #A304FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A304FF

Black with #A304FF

Text Example


Text Example

White with #A304FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A304FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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