Html Css Color HEX #A00BF6 Electric Purple

📋 copy color: '#A00BF6'

red 160 ◦ green 11 ◦ blue 246

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

Shades of Electric Purple #A00BF6

Tints of Electric Purple #A00BF6

RGB

 RED value IS 160 (62.89% from 255) = 38.37%

 GREEN value IS 11 (4.69% from 255) = 2.64%

 BLUE value IS 246 (96.48% from 255) = 58.99%

R = 38.37%
G = 2.64%
B = 58.99%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A00BF6 (or 0xA00BF6) is known color: Electric Purple. HEX triplet: A0, 0B and F6. RGB value is (160,11,246). Sum of RGB (Red+Green+Blue) = 160+11+246=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 246 (96.48% from 255 or 58.99% from 417); Max value from RGB is 246 - color contains mainly: blue. Hex color #A00BF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00BF6 is #5FF409. Grayscale: #515151. Windows color (decimal): -6288394 or 16124832. OLE color: 16124832.

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

Color convert

RGB 160 11 246 -
CMYK 0.35 0.96 0 0.04
HSL 278.04º 0.93% 0.5% -
HSV(B) 278.04º 0.96% 0.96% -
XYZ 31.25 14.37 88.31 -
YUV 82.34 220.36 183.39 -
System Red Green Blue C M Y K H S L
Decimal 160 11 246 0.35 0.96 0 0.04 278.04 0.93 0.5
Hex A0 B F6 23 60 0 4 116 5D 32
Octal 240 13 366 43 140 0 4 426 135 62
Binary 10100000 1011 11110110 100011 1100000 0 100 100010110 1011101 110010

Color Harmonies of #A00BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00BF6

Black with #A00BF6

Text Example


Text Example

White with #A00BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00BF6; }

 p { color: rgb(160,11,246); }

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

background-color css

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

 a { background-color: rgb(160,11,246); }

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

border-color css

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

 span { border-color: rgb(160,11,246); }

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