Html Css Color HEX #A302F9 Electric Purple

📋 copy color: '#A302F9'

red 163 ◦ green 2 ◦ blue 249

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

Shades of Electric Purple #A302F9

Tints of Electric Purple #A302F9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

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

R = 39.37%
G = 0.48%
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

#A302F9 (or 0xA302F9) is known color: Electric Purple. HEX triplet: A3, 02 and F9. RGB value is (163,2,249). Sum of RGB (Red+Green+Blue) = 163+2+249=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 2 (1.17% from 255 or 0.48% 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 #A302F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A302F9 is #5CFD06. Grayscale: #4D4D4D. Windows color (decimal): -6094087 or 16319139. OLE color: 16319139.

HSL color Cylindrical-coordinate representation of color #A302F9: hue angle of 279.11º 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 #A302F9 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 2 249 -
CMYK 0.35 0.99 0 0.02
HSL 279.11º 0.98% 0.49% -
HSV(B) 279.11º 0.99% 0.98% -
XYZ 32.22 14.67 90.76 -
YUV 78.3 224.34 188.42 -
System Red Green Blue C M Y K H S L
Decimal 163 2 249 0.35 0.99 0 0.02 279.11 0.98 0.49
Hex A3 2 F9 23 63 0 2 117 62 31
Octal 243 2 371 43 143 0 2 427 142 61
Binary 10100011 10 11111001 100011 1100011 0 10 100010111 1100010 110001

Color Harmonies of #A302F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A302F9

Black with #A302F9

Text Example


Text Example

White with #A302F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A302F9; }

 p { color: rgb(163,2,249); }

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

background-color css

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

 a { background-color: rgb(163,2,249); }

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

border-color css

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

 span { border-color: rgb(163,2,249); }

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