Html Css Color HEX #A818FD Electric Purple

📋 copy color: '#A818FD'

red 168 ◦ green 24 ◦ blue 253

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

Shades of Electric Purple #A818FD

Tints of Electric Purple #A818FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.85%

R = 37.75%
G = 5.39%
B = 56.85%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A818FD (or 0xA818FD) is known color: Electric Purple. HEX triplet: A8, 18 and FD. RGB value is (168,24,253). Sum of RGB (Red+Green+Blue) = 168+24+253=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #A818FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A818FD is #57E702. Grayscale: #5C5C5C. Windows color (decimal): -5760771 or 16586920. OLE color: 16586920.

HSL color Cylindrical-coordinate representation of color #A818FD: hue angle of 277.73º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A818FD is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 24 253 -
CMYK 0.34 0.91 0 0.01
HSL 277.73º 0.98% 0.54% -
HSV(B) 277.73º 0.91% 0.99% -
XYZ 34.2 16.07 94.23 -
YUV 93.16 218.21 181.38 -
System Red Green Blue C M Y K H S L
Decimal 168 24 253 0.34 0.91 0 0.01 277.73 0.98 0.54
Hex A8 18 FD 22 5B 0 1 116 62 36
Octal 250 30 375 42 133 0 1 426 142 66
Binary 10101000 11000 11111101 100010 1011011 0 1 100010110 1100010 110110

Color Harmonies of #A818FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818FD

Black with #A818FD

Text Example


Text Example

White with #A818FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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