Html Css Color HEX #A614F2 Electric Purple

📋 copy color: '#A614F2'

red 166 ◦ green 20 ◦ blue 242

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

Shades of Electric Purple #A614F2

Tints of Electric Purple #A614F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 56.54%

R = 38.79%
G = 4.67%
B = 56.54%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A614F2 (or 0xA614F2) is known color: Electric Purple. HEX triplet: A6, 14 and F2. RGB value is (166,20,242). Sum of RGB (Red+Green+Blue) = 166+20+242=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 20 (8.20% from 255 or 4.67% from 428); Blue value is 242 (94.92% from 255 or 56.54% from 428); Max value from RGB is 242 - color contains mainly: blue. Hex color #A614F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A614F2 is #59EB0D. Grayscale: #585858. Windows color (decimal): -5892878 or 15864998. OLE color: 15864998.

HSL color Cylindrical-coordinate representation of color #A614F2: hue angle of 279.46º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A614F2 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 20 242 -
CMYK 0.31 0.92 0 0.05
HSL 279.46º 0.9% 0.51% -
HSV(B) 279.46º 0.92% 0.95% -
XYZ 32 15.02 85.22 -
YUV 88.96 214.37 182.95 -
System Red Green Blue C M Y K H S L
Decimal 166 20 242 0.31 0.92 0 0.05 279.46 0.9 0.51
Hex A6 14 F2 1F 5C 0 5 117 5A 33
Octal 246 24 362 37 134 0 5 427 132 63
Binary 10100110 10100 11110010 11111 1011100 0 101 100010111 1011010 110011

Color Harmonies of #A614F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A614F2

Black with #A614F2

Text Example


Text Example

White with #A614F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A614F2; }

 p { color: rgb(166,20,242); }

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

background-color css

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

 a { background-color: rgb(166,20,242); }

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

border-color css

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

 span { border-color: rgb(166,20,242); }

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