Html Css Color HEX #A818F0 Electric Purple

📋 copy color: '#A818F0'

red 168 ◦ green 24 ◦ blue 240

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

Shades of Electric Purple #A818F0

Tints of Electric Purple #A818F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.56%

R = 38.89%
G = 5.56%
B = 55.56%

CMYK

 C value IS 0.3

 M value IS 0.9

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A818F0 (or 0xA818F0) is known color: Electric Purple. HEX triplet: A8, 18 and F0. RGB value is (168,24,240). Sum of RGB (Red+Green+Blue) = 168+24+240=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 240 (94.14% from 255 or 55.56% from 432); Max value from RGB is 240 - color contains mainly: blue. Hex color #A818F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A818F0 is #57E70F. Grayscale: #5A5A5A. Windows color (decimal): -5760784 or 15734952. OLE color: 15734952.

HSL color Cylindrical-coordinate representation of color #A818F0: hue angle of 280º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A818F0 is Cyan = 0.3, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 24 240 -
CMYK 0.3 0.9 0 0.06
HSL 280º 0.88% 0.52% -
HSV(B) 280º 0.9% 0.94% -
XYZ 32.2 15.27 83.69 -
YUV 91.68 211.71 182.44 -
System Red Green Blue C M Y K H S L
Decimal 168 24 240 0.3 0.9 0 0.06 280 0.88 0.52
Hex A8 18 F0 1E 5A 0 6 118 58 34
Octal 250 30 360 36 132 0 6 430 130 64
Binary 10101000 11000 11110000 11110 1011010 0 110 100011000 1011000 110100

Color Harmonies of #A818F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818F0

Black with #A818F0

Text Example


Text Example

White with #A818F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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