Html Css Color HEX #A910FA Electric Purple

📋 copy color: '#A910FA'

red 169 ◦ green 16 ◦ blue 250

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

Shades of Electric Purple #A910FA

Tints of Electric Purple #A910FA

RGB

 RED value IS 169 (66.41% from 255) = 38.85%

 GREEN value IS 16 (6.64% from 255) = 3.68%

 BLUE value IS 250 (98.05% from 255) = 57.47%

R = 38.85%
G = 3.68%
B = 57.47%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A910FA (or 0xA910FA) is known color: Electric Purple. HEX triplet: A9, 10 and FA. RGB value is (169,16,250). Sum of RGB (Red+Green+Blue) = 169+16+250=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #A910FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A910FA is #56EF05. Grayscale: #575757. Windows color (decimal): -5697286 or 16388265. OLE color: 16388265.

HSL color Cylindrical-coordinate representation of color #A910FA: hue angle of 279.23º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A910FA is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 16 250 -
CMYK 0.32 0.94 0 0.02
HSL 279.23º 0.96% 0.52% -
HSV(B) 279.23º 0.94% 0.98% -
XYZ 33.8 15.71 91.69 -
YUV 88.42 219.19 185.47 -
System Red Green Blue C M Y K H S L
Decimal 169 16 250 0.32 0.94 0 0.02 279.23 0.96 0.52
Hex A9 10 FA 20 5E 0 2 117 60 34
Octal 251 20 372 40 136 0 2 427 140 64
Binary 10101001 10000 11111010 100000 1011110 0 10 100010111 1100000 110100

Color Harmonies of #A910FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A910FA

Black with #A910FA

Text Example


Text Example

White with #A910FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A910FA; }

 p { color: rgb(169,16,250); }

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

background-color css

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

 a { background-color: rgb(169,16,250); }

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

border-color css

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

 span { border-color: rgb(169,16,250); }

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