Html Css Color HEX #A70BED Electric Purple

📋 copy color: '#A70BED'

red 167 ◦ green 11 ◦ blue 237

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

Shades of Electric Purple #A70BED

Tints of Electric Purple #A70BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.11%

R = 40.24%
G = 2.65%
B = 57.11%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A70BED (or 0xA70BED) is known color: Electric Purple. HEX triplet: A7, 0B and ED. RGB value is (167,11,237). Sum of RGB (Red+Green+Blue) = 167+11+237=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #A70BED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70BED is #58F412. Grayscale: #525252. Windows color (decimal): -5829651 or 15535015. OLE color: 15535015.

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

Color convert

RGB 167 11 237 -
CMYK 0.30 0.95 0 0.07
HSL 281.42º 0.91% 0.49% -
HSV(B) 281.42º 0.95% 0.93% -
XYZ 31.34 14.57 81.28 -
YUV 83.41 214.68 187.62 -
System Red Green Blue C M Y K H S L
Decimal 167 11 237 0.30 0.95 0 0.07 281.42 0.91 0.49
Hex A7 B ED 1E 5F 0 7 119 5B 31
Octal 247 13 355 36 137 0 7 431 133 61
Binary 10100111 1011 11101101 11110 1011111 0 111 100011001 1011011 110001

Color Harmonies of #A70BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70BED

Black with #A70BED

Text Example


Text Example

White with #A70BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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