Html Css Color HEX #A818F6 Electric Purple

📋 copy color: '#A818F6'

red 168 ◦ green 24 ◦ blue 246

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

Shades of Electric Purple #A818F6

Tints of Electric Purple #A818F6

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.48%

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

R = 38.36%
G = 5.48%
B = 56.16%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A818F6 (or 0xA818F6) is known color: Electric Purple. HEX triplet: A8, 18 and F6. RGB value is (168,24,246). Sum of RGB (Red+Green+Blue) = 168+24+246=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 246 (96.48% from 255 or 56.16% from 438); Max value from RGB is 246 - color contains mainly: blue. Hex color #A818F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A818F6 is #57E709. Grayscale: #5B5B5B. Windows color (decimal): -5760778 or 16128168. OLE color: 16128168.

HSL color Cylindrical-coordinate representation of color #A818F6: hue angle of 278.92º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A818F6 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 24 246 -
CMYK 0.32 0.90 0 0.04
HSL 278.92º 0.93% 0.53% -
HSV(B) 278.92º 0.9% 0.96% -
XYZ 33.11 15.63 88.46 -
YUV 92.36 214.71 181.95 -
System Red Green Blue C M Y K H S L
Decimal 168 24 246 0.32 0.90 0 0.04 278.92 0.93 0.53
Hex A8 18 F6 20 5A 0 4 117 5C 35
Octal 250 30 366 40 132 0 4 427 134 65
Binary 10101000 11000 11110110 100000 1011010 0 100 100010111 1011100 110101

Color Harmonies of #A818F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818F6

Black with #A818F6

Text Example


Text Example

White with #A818F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818F6; }

 p { color: rgb(168,24,246); }

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

background-color css

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

 a { background-color: rgb(168,24,246); }

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

border-color css

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

 span { border-color: rgb(168,24,246); }

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