Html Css Color HEX #A800F3 Electric Purple

📋 copy color: '#A800F3'

red 168 ◦ green 0 ◦ blue 243

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

Shades of Electric Purple #A800F3

Tints of Electric Purple #A800F3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.88%
G = 0%
B = 59.12%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A800F3 (or 0xA800F3) is known color: Electric Purple. HEX triplet: A8, 00 and F3. RGB value is (168,0,243). Sum of RGB (Red+Green+Blue) = 168+0+243=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 243 (95.31% from 255 or 59.12% from 411); Max value from RGB is 243 - color contains mainly: blue. Hex color #A800F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A800F3 is #57FF0C. Grayscale: #4D4D4D. Windows color (decimal): -5766925 or 15925416. OLE color: 15925416.

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

Color convert

RGB 168 0 243 -
CMYK 0.31 1 0 0.05
HSL 281.48º 1% 0.48% -
HSV(B) 281.48º 1% 0.95% -
XYZ 32.33 14.8 85.95 -
YUV 77.93 221.16 192.24 -
System Red Green Blue C M Y K H S L
Decimal 168 0 243 0.31 1 0 0.05 281.48 1 0.48
Hex A8 0 F3 1F 64 0 5 119 64 30
Octal 250 0 363 37 144 0 5 431 144 60
Binary 10101000 0 11110011 11111 1100100 0 101 100011001 1100100 110000

Color Harmonies of #A800F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A800F3

Black with #A800F3

Text Example


Text Example

White with #A800F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A800F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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