Html Css Color HEX #A917EA Electric Purple

📋 copy color: '#A917EA'

red 169 ◦ green 23 ◦ blue 234

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

Shades of Electric Purple #A917EA

Tints of Electric Purple #A917EA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.4%

 BLUE value IS 234 (91.8% from 255) = 54.93%

R = 39.67%
G = 5.4%
B = 54.93%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A917EA (or 0xA917EA) is known color: Electric Purple. HEX triplet: A9, 17 and EA. RGB value is (169,23,234). Sum of RGB (Red+Green+Blue) = 169+23+234=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #A917EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A917EA is #56E815. Grayscale: #5A5A5A. Windows color (decimal): -5695510 or 15341481. OLE color: 15341481.

HSL color Cylindrical-coordinate representation of color #A917EA: hue angle of 281.52º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A917EA is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 23 234 -
CMYK 0.28 0.90 0 0.08
HSL 281.52º 0.83% 0.5% -
HSV(B) 281.52º 0.9% 0.92% -
XYZ 31.52 14.99 79.07 -
YUV 90.71 208.87 183.84 -
System Red Green Blue C M Y K H S L
Decimal 169 23 234 0.28 0.90 0 0.08 281.52 0.83 0.5
Hex A9 17 EA 1C 5A 0 8 11A 53 32
Octal 251 27 352 34 132 0 10 432 123 62
Binary 10101001 10111 11101010 11100 1011010 0 1000 100011010 1010011 110010

Color Harmonies of #A917EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A917EA

Black with #A917EA

Text Example


Text Example

White with #A917EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A917EA; }

 p { color: rgb(169,23,234); }

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

background-color css

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

 a { background-color: rgb(169,23,234); }

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

border-color css

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

 span { border-color: rgb(169,23,234); }

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