Html Css Color HEX #A203F9 Electric Purple

📋 copy color: '#A203F9'

red 162 ◦ green 3 ◦ blue 249

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

Shades of Electric Purple #A203F9

Tints of Electric Purple #A203F9

RGB

 RED value IS 162 (63.67% from 255) = 39.13%

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

 BLUE value IS 249 (97.66% from 255) = 60.14%

R = 39.13%
G = 0.72%
B = 60.14%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A203F9 (or 0xA203F9) is known color: Electric Purple. HEX triplet: A2, 03 and F9. RGB value is (162,3,249). Sum of RGB (Red+Green+Blue) = 162+3+249=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 3 (1.56% from 255 or 0.72% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #A203F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A203F9 is #5DFC06. Grayscale: #4D4D4D. Windows color (decimal): -6159367 or 16319394. OLE color: 16319394.

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

Color convert

RGB 162 3 249 -
CMYK 0.35 0.99 0 0.02
HSL 278.78º 0.98% 0.49% -
HSV(B) 278.78º 0.99% 0.98% -
XYZ 32.03 14.59 90.75 -
YUV 78.59 224.18 187.5 -
System Red Green Blue C M Y K H S L
Decimal 162 3 249 0.35 0.99 0 0.02 278.78 0.98 0.49
Hex A2 3 F9 23 63 0 2 117 62 31
Octal 242 3 371 43 143 0 2 427 142 61
Binary 10100010 11 11111001 100011 1100011 0 10 100010111 1100010 110001

Color Harmonies of #A203F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A203F9

Black with #A203F9

Text Example


Text Example

White with #A203F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A203F9; }

 p { color: rgb(162,3,249); }

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

background-color css

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

 a { background-color: rgb(162,3,249); }

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

border-color css

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

 span { border-color: rgb(162,3,249); }

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