Html Css Color HEX #A813F3 Electric Purple

📋 copy color: '#A813F3'

red 168 ◦ green 19 ◦ blue 243

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

Shades of Electric Purple #A813F3

Tints of Electric Purple #A813F3

RGB

 RED value IS 168 (66.02% from 255) = 39.07%

 GREEN value IS 19 (7.81% from 255) = 4.42%

 BLUE value IS 243 (95.31% from 255) = 56.51%

R = 39.07%
G = 4.42%
B = 56.51%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A813F3 (or 0xA813F3) is known color: Electric Purple. HEX triplet: A8, 13 and F3. RGB value is (168,19,243). Sum of RGB (Red+Green+Blue) = 168+19+243=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 19 (7.81% from 255 or 4.42% from 430); Blue value is 243 (95.31% from 255 or 56.51% from 430); Max value from RGB is 243 - color contains mainly: blue. Hex color #A813F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A813F3 is #57EC0C. Grayscale: #585858. Windows color (decimal): -5762061 or 15930280. OLE color: 15930280.

HSL color Cylindrical-coordinate representation of color #A813F3: hue angle of 279.91º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A813F3 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 19 243 -
CMYK 0.31 0.92 0 0.05
HSL 279.91º 0.9% 0.51% -
HSV(B) 279.91º 0.92% 0.95% -
XYZ 32.56 15.26 86.02 -
YUV 89.09 214.86 184.29 -
System Red Green Blue C M Y K H S L
Decimal 168 19 243 0.31 0.92 0 0.05 279.91 0.9 0.51
Hex A8 13 F3 1F 5C 0 5 118 5A 33
Octal 250 23 363 37 134 0 5 430 132 63
Binary 10101000 10011 11110011 11111 1011100 0 101 100011000 1011010 110011

Color Harmonies of #A813F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A813F3

Black with #A813F3

Text Example


Text Example

White with #A813F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A813F3; }

 p { color: rgb(168,19,243); }

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

background-color css

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

 a { background-color: rgb(168,19,243); }

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

border-color css

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

 span { border-color: rgb(168,19,243); }

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