Html Css Color HEX #A803F5 Electric Purple

📋 copy color: '#A803F5'

red 168 ◦ green 3 ◦ blue 245

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

Shades of Electric Purple #A803F5

Tints of Electric Purple #A803F5

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.72%

 BLUE value IS 245 (96.09% from 255) = 58.89%

R = 40.38%
G = 0.72%
B = 58.89%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A803F5 (or 0xA803F5) is known color: Electric Purple. HEX triplet: A8, 03 and F5. RGB value is (168,3,245). Sum of RGB (Red+Green+Blue) = 168+3+245=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 245 (96.09% from 255 or 58.89% from 416); Max value from RGB is 245 - color contains mainly: blue. Hex color #A803F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A803F5 is #57FC0A. Grayscale: #4F4F4F. Windows color (decimal): -5766155 or 16057256. OLE color: 16057256.

HSL color Cylindrical-coordinate representation of color #A803F5: hue angle of 280.91º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A803F5 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 3 245 -
CMYK 0.31 0.99 0 0.04
HSL 280.91º 0.98% 0.49% -
HSV(B) 280.91º 0.99% 0.96% -
XYZ 32.66 14.98 87.56 -
YUV 79.92 221.16 190.82 -
System Red Green Blue C M Y K H S L
Decimal 168 3 245 0.31 0.99 0 0.04 280.91 0.98 0.49
Hex A8 3 F5 1F 63 0 4 119 62 31
Octal 250 3 365 37 143 0 4 431 142 61
Binary 10101000 11 11110101 11111 1100011 0 100 100011001 1100010 110001

Color Harmonies of #A803F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A803F5

Black with #A803F5

Text Example


Text Example

White with #A803F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A803F5; }

 p { color: rgb(168,3,245); }

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

background-color css

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

 a { background-color: rgb(168,3,245); }

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

border-color css

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

 span { border-color: rgb(168,3,245); }

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