Html Css Color HEX #A91AED Electric Purple

📋 copy color: '#A91AED'

red 169 ◦ green 26 ◦ blue 237

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

Shades of Electric Purple #A91AED

Tints of Electric Purple #A91AED

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.02%

 BLUE value IS 237 (92.97% from 255) = 54.86%

R = 39.12%
G = 6.02%
B = 54.86%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A91AED (or 0xA91AED) is known color: Electric Purple. HEX triplet: A9, 1A and ED. RGB value is (169,26,237). Sum of RGB (Red+Green+Blue) = 169+26+237=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #A91AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91AED is #56E512. Grayscale: #5C5C5C. Windows color (decimal): -5694739 or 15538857. OLE color: 15538857.

HSL color Cylindrical-coordinate representation of color #A91AED: hue angle of 280.66º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91AED is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 26 237 -
CMYK 0.29 0.89 0 0.07
HSL 280.66º 0.85% 0.52% -
HSV(B) 280.66º 0.89% 0.93% -
XYZ 32.02 15.29 81.38 -
YUV 92.81 209.38 182.34 -
System Red Green Blue C M Y K H S L
Decimal 169 26 237 0.29 0.89 0 0.07 280.66 0.85 0.52
Hex A9 1A ED 1D 59 0 7 119 55 34
Octal 251 32 355 35 131 0 7 431 125 64
Binary 10101001 11010 11101101 11101 1011001 0 111 100011001 1010101 110100

Color Harmonies of #A91AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91AED

Black with #A91AED

Text Example


Text Example

White with #A91AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91AED; }

 p { color: rgb(169,26,237); }

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

background-color css

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

 a { background-color: rgb(169,26,237); }

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

border-color css

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

 span { border-color: rgb(169,26,237); }

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