Html Css Color HEX #A718F0 Electric Purple

📋 copy color: '#A718F0'

red 167 ◦ green 24 ◦ blue 240

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

Shades of Electric Purple #A718F0

Tints of Electric Purple #A718F0

RGB

 RED value IS 167 (65.63% from 255) = 38.75%

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

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

R = 38.75%
G = 5.57%
B = 55.68%

CMYK

 C value IS 0.30

 M value IS 0.9

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A718F0 (or 0xA718F0) is known color: Electric Purple. HEX triplet: A7, 18 and F0. RGB value is (167,24,240). Sum of RGB (Red+Green+Blue) = 167+24+240=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #A718F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A718F0 is #58E70F. Grayscale: #5A5A5A. Windows color (decimal): -5826320 or 15734951. OLE color: 15734951.

HSL color Cylindrical-coordinate representation of color #A718F0: hue angle of 279.72º 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 #A718F0 is Cyan = 0.30, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 24 240 -
CMYK 0.30 0.9 0 0.06
HSL 279.72º 0.88% 0.52% -
HSV(B) 279.72º 0.9% 0.94% -
XYZ 31.99 15.16 83.68 -
YUV 91.38 211.88 181.94 -
System Red Green Blue C M Y K H S L
Decimal 167 24 240 0.30 0.9 0 0.06 279.72 0.88 0.52
Hex A7 18 F0 1E 5A 0 6 118 58 34
Octal 247 30 360 36 132 0 6 430 130 64
Binary 10100111 11000 11110000 11110 1011010 0 110 100011000 1011000 110100

Color Harmonies of #A718F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718F0

Black with #A718F0

Text Example


Text Example

White with #A718F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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