Html Css Color HEX #A70CED Electric Purple

📋 copy color: '#A70CED'

red 167 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #A70CED

Tints of Electric Purple #A70CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.88%

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

R = 40.14%
G = 2.88%
B = 56.97%

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

#A70CED (or 0xA70CED) is known color: Electric Purple. HEX triplet: A7, 0C and ED. RGB value is (167,12,237). Sum of RGB (Red+Green+Blue) = 167+12+237=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #A70CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70CED is #58F312. Grayscale: #535353. Windows color (decimal): -5829395 or 15535271. OLE color: 15535271.

HSL color Cylindrical-coordinate representation of color #A70CED: hue angle of 281.33º degrees, saturation: 0.9, 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 #A70CED is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 12 237 -
CMYK 0.30 0.95 0 0.07
HSL 281.33º 0.9% 0.49% -
HSV(B) 281.33º 0.95% 0.93% -
XYZ 31.35 14.59 81.28 -
YUV 84 214.35 187.2 -
System Red Green Blue C M Y K H S L
Decimal 167 12 237 0.30 0.95 0 0.07 281.33 0.9 0.49
Hex A7 C ED 1E 5F 0 7 119 5A 31
Octal 247 14 355 36 137 0 7 431 132 61
Binary 10100111 1100 11101101 11110 1011111 0 111 100011001 1011010 110001

Color Harmonies of #A70CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70CED

Black with #A70CED

Text Example


Text Example

White with #A70CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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