Html Css Color HEX #A919F2 Electric Purple

📋 copy color: '#A919F2'

red 169 ◦ green 25 ◦ blue 242

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

Shades of Electric Purple #A919F2

Tints of Electric Purple #A919F2

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.73%

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

R = 38.76%
G = 5.73%
B = 55.5%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A919F2 (or 0xA919F2) is known color: Electric Purple. HEX triplet: A9, 19 and F2. RGB value is (169,25,242). Sum of RGB (Red+Green+Blue) = 169+25+242=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 242 (94.92% from 255 or 55.50% from 436); Max value from RGB is 242 - color contains mainly: blue. Hex color #A919F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A919F2 is #56E60D. Grayscale: #5C5C5C. Windows color (decimal): -5694990 or 15866281. OLE color: 15866281.

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

Color convert

RGB 169 25 242 -
CMYK 0.30 0.90 0 0.05
HSL 279.82º 0.89% 0.52% -
HSV(B) 279.82º 0.9% 0.95% -
XYZ 32.74 15.54 85.28 -
YUV 92.79 212.21 182.36 -
System Red Green Blue C M Y K H S L
Decimal 169 25 242 0.30 0.90 0 0.05 279.82 0.89 0.52
Hex A9 19 F2 1E 5A 0 5 118 59 34
Octal 251 31 362 36 132 0 5 430 131 64
Binary 10101001 11001 11110010 11110 1011010 0 101 100011000 1011001 110100

Color Harmonies of #A919F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A919F2

Black with #A919F2

Text Example


Text Example

White with #A919F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A919F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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