Html Css Color HEX #A70BFF Electric Purple

📋 copy color: '#A70BFF'

red 167 ◦ green 11 ◦ blue 255

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

Shades of Electric Purple #A70BFF

Tints of Electric Purple #A70BFF

RGB

 RED value IS 167 (65.63% from 255) = 38.57%

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

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

R = 38.57%
G = 2.54%
B = 58.89%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A70BFF (or 0xA70BFF) is known color: Electric Purple. HEX triplet: A7, 0B and FF. RGB value is (167,11,255). Sum of RGB (Red+Green+Blue) = 167+11+255=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #A70BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70BFF is #58F400. Grayscale: #545454. Windows color (decimal): -5829633 or 16714663. OLE color: 16714663.

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

Color convert

RGB 167 11 255 -
CMYK 0.35 0.96 0 0
HSL 278.36º 1% 0.52% -
HSV(B) 278.36º 0.96% 1% -
XYZ 34.11 15.67 95.84 -
YUV 85.46 223.68 186.16 -
System Red Green Blue C M Y K H S L
Decimal 167 11 255 0.35 0.96 0 0 278.36 1 0.52
Hex A7 B FF 23 60 0 0 116 64 34
Octal 247 13 377 43 140 0 0 426 144 64
Binary 10100111 1011 11111111 100011 1100000 0 0 100010110 1100100 110100

Color Harmonies of #A70BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70BFF

Black with #A70BFF

Text Example


Text Example

White with #A70BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70BFF; }

 p { color: rgb(167,11,255); }

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

background-color css

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

 a { background-color: rgb(167,11,255); }

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

border-color css

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

 span { border-color: rgb(167,11,255); }

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