Html Css Color HEX #A70CFF Electric Purple

📋 copy color: '#A70CFF'

red 167 ◦ green 12 ◦ blue 255

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

Shades of Electric Purple #A70CFF

Tints of Electric Purple #A70CFF

RGB

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

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

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

R = 38.48%
G = 2.76%
B = 58.76%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A70CFF (or 0xA70CFF) is known color: Electric Purple. HEX triplet: A7, 0C and FF. RGB value is (167,12,255). Sum of RGB (Red+Green+Blue) = 167+12+255=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #A70CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70CFF is #58F300. Grayscale: #555555. Windows color (decimal): -5829377 or 16714919. OLE color: 16714919.

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

Color convert

RGB 167 12 255 -
CMYK 0.35 0.95 0 0
HSL 278.27º 1% 0.52% -
HSV(B) 278.27º 0.95% 1% -
XYZ 34.12 15.7 95.84 -
YUV 86.05 223.35 185.74 -
System Red Green Blue C M Y K H S L
Decimal 167 12 255 0.35 0.95 0 0 278.27 1 0.52
Hex A7 C FF 23 5F 0 0 116 64 34
Octal 247 14 377 43 137 0 0 426 144 64
Binary 10100111 1100 11111111 100011 1011111 0 0 100010110 1100100 110100

Color Harmonies of #A70CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70CFF

Black with #A70CFF

Text Example


Text Example

White with #A70CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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