Html Css Color HEX #A70BEC Electric Purple

📋 copy color: '#A70BEC'

red 167 ◦ green 11 ◦ blue 236

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

Shades of Electric Purple #A70BEC

Tints of Electric Purple #A70BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57%

R = 40.34%
G = 2.66%
B = 57%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A70BEC (or 0xA70BEC) is known color: Electric Purple. HEX triplet: A7, 0B and EC. RGB value is (167,11,236). Sum of RGB (Red+Green+Blue) = 167+11+236=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #A70BEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70BEC is #58F413. Grayscale: #525252. Windows color (decimal): -5829652 or 15469479. OLE color: 15469479.

HSL color Cylindrical-coordinate representation of color #A70BEC: hue angle of 281.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70BEC is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 11 236 -
CMYK 0.29 0.95 0 0.07
HSL 281.6º 0.91% 0.48% -
HSV(B) 281.6º 0.95% 0.93% -
XYZ 31.2 14.51 80.51 -
YUV 83.29 214.18 187.7 -
System Red Green Blue C M Y K H S L
Decimal 167 11 236 0.29 0.95 0 0.07 281.6 0.91 0.48
Hex A7 B EC 1D 5F 0 7 11A 5B 30
Octal 247 13 354 35 137 0 7 432 133 60
Binary 10100111 1011 11101100 11101 1011111 0 111 100011010 1011011 110000

Color Harmonies of #A70BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70BEC

Black with #A70BEC

Text Example


Text Example

White with #A70BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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