Html Css Color HEX #A00BFB Electric Purple

📋 copy color: '#A00BFB'

red 160 ◦ green 11 ◦ blue 251

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

Shades of Electric Purple #A00BFB

Tints of Electric Purple #A00BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.48%

R = 37.91%
G = 2.61%
B = 59.48%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A00BFB (or 0xA00BFB) is known color: Electric Purple. HEX triplet: A0, 0B and FB. RGB value is (160,11,251). Sum of RGB (Red+Green+Blue) = 160+11+251=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 251 (98.44% from 255 or 59.48% from 422); Max value from RGB is 251 - color contains mainly: blue. Hex color #A00BFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00BFB is #5FF404. Grayscale: #525252. Windows color (decimal): -6288389 or 16452512. OLE color: 16452512.

HSL color Cylindrical-coordinate representation of color #A00BFB: hue angle of 277.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00BFB is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 11 251 -
CMYK 0.36 0.96 0 0.02
HSL 277.25º 0.97% 0.51% -
HSV(B) 277.25º 0.96% 0.98% -
XYZ 32.03 14.68 92.41 -
YUV 82.91 222.86 182.99 -
System Red Green Blue C M Y K H S L
Decimal 160 11 251 0.36 0.96 0 0.02 277.25 0.97 0.51
Hex A0 B FB 24 60 0 2 115 61 33
Octal 240 13 373 44 140 0 2 425 141 63
Binary 10100000 1011 11111011 100100 1100000 0 10 100010101 1100001 110011

Color Harmonies of #A00BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00BFB

Black with #A00BFB

Text Example


Text Example

White with #A00BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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