Html Css Color HEX #A91AF2 Electric Purple

📋 copy color: '#A91AF2'

red 169 ◦ green 26 ◦ blue 242

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

Shades of Electric Purple #A91AF2

Tints of Electric Purple #A91AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.38%

R = 38.67%
G = 5.95%
B = 55.38%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A91AF2 (or 0xA91AF2) is known color: Electric Purple. HEX triplet: A9, 1A and F2. RGB value is (169,26,242). Sum of RGB (Red+Green+Blue) = 169+26+242=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 26 (10.55% from 255 or 5.95% from 437); Blue value is 242 (94.92% from 255 or 55.38% from 437); Max value from RGB is 242 - color contains mainly: blue. Hex color #A91AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91AF2 is #56E50D. Grayscale: #5C5C5C. Windows color (decimal): -5694734 or 15866537. OLE color: 15866537.

HSL color Cylindrical-coordinate representation of color #A91AF2: hue angle of 279.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91AF2 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 26 242 -
CMYK 0.30 0.89 0 0.05
HSL 279.72º 0.89% 0.53% -
HSV(B) 279.72º 0.89% 0.95% -
XYZ 32.76 15.58 85.29 -
YUV 93.38 211.88 181.94 -
System Red Green Blue C M Y K H S L
Decimal 169 26 242 0.30 0.89 0 0.05 279.72 0.89 0.53
Hex A9 1A F2 1E 59 0 5 118 59 35
Octal 251 32 362 36 131 0 5 430 131 65
Binary 10101001 11010 11110010 11110 1011001 0 101 100011000 1011001 110101

Color Harmonies of #A91AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91AF2

Black with #A91AF2

Text Example


Text Example

White with #A91AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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