Html Css Color HEX #A812F2 Electric Purple

📋 copy color: '#A812F2'

red 168 ◦ green 18 ◦ blue 242

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

Shades of Electric Purple #A812F2

Tints of Electric Purple #A812F2

RGB

 RED value IS 168 (66.02% from 255) = 39.25%

 GREEN value IS 18 (7.42% from 255) = 4.21%

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

R = 39.25%
G = 4.21%
B = 56.54%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A812F2 (or 0xA812F2) is known color: Electric Purple. HEX triplet: A8, 12 and F2. RGB value is (168,18,242). Sum of RGB (Red+Green+Blue) = 168+18+242=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 242 (94.92% from 255 or 56.54% from 428); Max value from RGB is 242 - color contains mainly: blue. Hex color #A812F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A812F2 is #57ED0D. Grayscale: #575757. Windows color (decimal): -5762318 or 15864488. OLE color: 15864488.

HSL color Cylindrical-coordinate representation of color #A812F2: hue angle of 280.18º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A812F2 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 18 242 -
CMYK 0.31 0.93 0 0.05
HSL 280.18º 0.9% 0.51% -
HSV(B) 280.18º 0.93% 0.95% -
XYZ 32.39 15.17 85.22 -
YUV 88.39 214.7 184.79 -
System Red Green Blue C M Y K H S L
Decimal 168 18 242 0.31 0.93 0 0.05 280.18 0.9 0.51
Hex A8 12 F2 1F 5D 0 5 118 5A 33
Octal 250 22 362 37 135 0 5 430 132 63
Binary 10101000 10010 11110010 11111 1011101 0 101 100011000 1011010 110011

Color Harmonies of #A812F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A812F2

Black with #A812F2

Text Example


Text Example

White with #A812F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A812F2; }

 p { color: rgb(168,18,242); }

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

background-color css

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

 a { background-color: rgb(168,18,242); }

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

border-color css

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

 span { border-color: rgb(168,18,242); }

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