Html Css Color HEX #A00BFC Electric Purple

📋 copy color: '#A00BFC'

red 160 ◦ green 11 ◦ blue 252

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

Shades of Electric Purple #A00BFC

Tints of Electric Purple #A00BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.57%

R = 37.83%
G = 2.6%
B = 59.57%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A00BFC (or 0xA00BFC) is known color: Electric Purple. HEX triplet: A0, 0B and FC. RGB value is (160,11,252). Sum of RGB (Red+Green+Blue) = 160+11+252=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #A00BFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00BFC is #5FF403. Grayscale: #525252. Windows color (decimal): -6288388 or 16518048. OLE color: 16518048.

HSL color Cylindrical-coordinate representation of color #A00BFC: hue angle of 277.1º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00BFC is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 11 252 -
CMYK 0.37 0.96 0 0.01
HSL 277.1º 0.98% 0.52% -
HSV(B) 277.1º 0.96% 0.99% -
XYZ 32.19 14.74 93.24 -
YUV 83.03 223.36 182.9 -
System Red Green Blue C M Y K H S L
Decimal 160 11 252 0.37 0.96 0 0.01 277.1 0.98 0.52
Hex A0 B FC 25 60 0 1 115 62 34
Octal 240 13 374 45 140 0 1 425 142 64
Binary 10100000 1011 11111100 100101 1100000 0 1 100010101 1100010 110100

Color Harmonies of #A00BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00BFC

Black with #A00BFC

Text Example


Text Example

White with #A00BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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