Html Css Color HEX #A618FF Electric Purple

📋 copy color: '#A618FF'

red 166 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #A618FF

Tints of Electric Purple #A618FF

RGB

 RED value IS 166 (65.23% from 255) = 37.3%

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

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

R = 37.3%
G = 5.39%
B = 57.3%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A618FF (or 0xA618FF) is known color: Electric Purple. HEX triplet: A6, 18 and FF. RGB value is (166,24,255). Sum of RGB (Red+Green+Blue) = 166+24+255=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #A618FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A618FF is #59E700. Grayscale: #5C5C5C. Windows color (decimal): -5891841 or 16717990. OLE color: 16717990.

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

Color convert

RGB 166 24 255 -
CMYK 0.35 0.91 0 0
HSL 276.88º 1% 0.55% -
HSV(B) 276.88º 0.91% 1% -
XYZ 34.1 15.98 95.89 -
YUV 92.79 219.54 180.22 -
System Red Green Blue C M Y K H S L
Decimal 166 24 255 0.35 0.91 0 0 276.88 1 0.55
Hex A6 18 FF 23 5B 0 0 115 64 37
Octal 246 30 377 43 133 0 0 425 144 67
Binary 10100110 11000 11111111 100011 1011011 0 0 100010101 1100100 110111

Color Harmonies of #A618FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A618FF

Black with #A618FF

Text Example


Text Example

White with #A618FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A618FF; }

 p { color: rgb(166,24,255); }

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

background-color css

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

 a { background-color: rgb(166,24,255); }

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

border-color css

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

 span { border-color: rgb(166,24,255); }

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