Html Css Color HEX #A910FF Electric Purple

📋 copy color: '#A910FF'

red 169 ◦ green 16 ◦ blue 255

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

Shades of Electric Purple #A910FF

Tints of Electric Purple #A910FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.95%

R = 38.41%
G = 3.64%
B = 57.95%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A910FF (or 0xA910FF) is known color: Electric Purple. HEX triplet: A9, 10 and FF. RGB value is (169,16,255). Sum of RGB (Red+Green+Blue) = 169+16+255=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #A910FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A910FF is #56EF00. Grayscale: #585858. Windows color (decimal): -5697281 or 16715945. OLE color: 16715945.

HSL color Cylindrical-coordinate representation of color #A910FF: hue angle of 278.41º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A910FF is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 169 16 255 -
CMYK 0.34 0.94 0 0
HSL 278.41º 1% 0.53% -
HSV(B) 278.41º 0.94% 1% -
XYZ 34.6 16.03 95.88 -
YUV 88.99 221.69 185.07 -
System Red Green Blue C M Y K H S L
Decimal 169 16 255 0.34 0.94 0 0 278.41 1 0.53
Hex A9 10 FF 22 5E 0 0 116 64 35
Octal 251 20 377 42 136 0 0 426 144 65
Binary 10101001 10000 11111111 100010 1011110 0 0 100010110 1100100 110101

Color Harmonies of #A910FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A910FF

Black with #A910FF

Text Example


Text Example

White with #A910FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A910FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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