Html Css Color HEX #A814FF Electric Purple

📋 copy color: '#A814FF'

red 168 ◦ green 20 ◦ blue 255

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

Shades of Electric Purple #A814FF

Tints of Electric Purple #A814FF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.51%

 BLUE value IS 255 (100% from 255) = 57.56%

R = 37.92%
G = 4.51%
B = 57.56%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A814FF (or 0xA814FF) is known color: Electric Purple. HEX triplet: A8, 14 and FF. RGB value is (168,20,255). Sum of RGB (Red+Green+Blue) = 168+20+255=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 20 (8.20% from 255 or 4.51% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #A814FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A814FF is #57EB00. Grayscale: #5A5A5A. Windows color (decimal): -5761793 or 16716968. OLE color: 16716968.

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

Color convert

RGB 168 20 255 -
CMYK 0.34 0.92 0 0
HSL 277.79º 1% 0.54% -
HSV(B) 277.79º 0.92% 1% -
XYZ 34.45 16.05 95.89 -
YUV 91.04 220.53 182.89 -
System Red Green Blue C M Y K H S L
Decimal 168 20 255 0.34 0.92 0 0 277.79 1 0.54
Hex A8 14 FF 22 5C 0 0 116 64 36
Octal 250 24 377 42 134 0 0 426 144 66
Binary 10101000 10100 11111111 100010 1011100 0 0 100010110 1100100 110110

Color Harmonies of #A814FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A814FF

Black with #A814FF

Text Example


Text Example

White with #A814FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A814FF; }

 p { color: rgb(168,20,255); }

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

background-color css

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

 a { background-color: rgb(168,20,255); }

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

border-color css

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

 span { border-color: rgb(168,20,255); }

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