Html Css Color HEX #A814F5 Electric Purple

📋 copy color: '#A814F5'

red 168 ◦ green 20 ◦ blue 245

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

Shades of Electric Purple #A814F5

Tints of Electric Purple #A814F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 56.58%

R = 38.8%
G = 4.62%
B = 56.58%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A814F5 (or 0xA814F5) is known color: Electric Purple. HEX triplet: A8, 14 and F5. RGB value is (168,20,245). Sum of RGB (Red+Green+Blue) = 168+20+245=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 245 (96.09% from 255 or 56.58% from 433); Max value from RGB is 245 - color contains mainly: blue. Hex color #A814F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A814F5 is #57EB0A. Grayscale: #595959. Windows color (decimal): -5761803 or 16061608. OLE color: 16061608.

HSL color Cylindrical-coordinate representation of color #A814F5: hue angle of 279.47º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A814F5 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 20 245 -
CMYK 0.31 0.92 0 0.04
HSL 279.47º 0.92% 0.52% -
HSV(B) 279.47º 0.92% 0.96% -
XYZ 32.88 15.42 87.63 -
YUV 89.9 215.53 183.7 -
System Red Green Blue C M Y K H S L
Decimal 168 20 245 0.31 0.92 0 0.04 279.47 0.92 0.52
Hex A8 14 F5 1F 5C 0 4 117 5C 34
Octal 250 24 365 37 134 0 4 427 134 64
Binary 10101000 10100 11110101 11111 1011100 0 100 100010111 1011100 110100

Color Harmonies of #A814F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A814F5

Black with #A814F5

Text Example


Text Example

White with #A814F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A814F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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