Html Css Color HEX #A91AF6 Electric Purple

📋 copy color: '#A91AF6'

red 169 ◦ green 26 ◦ blue 246

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

Shades of Electric Purple #A91AF6

Tints of Electric Purple #A91AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.78%

R = 38.32%
G = 5.9%
B = 55.78%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A91AF6 (or 0xA91AF6) is known color: Electric Purple. HEX triplet: A9, 1A and F6. RGB value is (169,26,246). Sum of RGB (Red+Green+Blue) = 169+26+246=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #A91AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91AF6 is #56E509. Grayscale: #5D5D5D. Windows color (decimal): -5694730 or 16128681. OLE color: 16128681.

HSL color Cylindrical-coordinate representation of color #A91AF6: hue angle of 279º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91AF6 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 169 26 246 -
CMYK 0.31 0.89 0 0.04
HSL 279º 0.92% 0.53% -
HSV(B) 279º 0.89% 0.96% -
XYZ 33.37 15.83 88.49 -
YUV 93.84 213.88 181.61 -
System Red Green Blue C M Y K H S L
Decimal 169 26 246 0.31 0.89 0 0.04 279 0.92 0.53
Hex A9 1A F6 1F 59 0 4 117 5C 35
Octal 251 32 366 37 131 0 4 427 134 65
Binary 10101001 11010 11110110 11111 1011001 0 100 100010111 1011100 110101

Color Harmonies of #A91AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91AF6

Black with #A91AF6

Text Example


Text Example

White with #A91AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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