Html Css Color HEX #A710FA Electric Purple

📋 copy color: '#A710FA'

red 167 ◦ green 16 ◦ blue 250

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

Shades of Electric Purple #A710FA

Tints of Electric Purple #A710FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.7%

 BLUE value IS 250 (98.05% from 255) = 57.74%

R = 38.57%
G = 3.7%
B = 57.74%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A710FA (or 0xA710FA) is known color: Electric Purple. HEX triplet: A7, 10 and FA. RGB value is (167,16,250). Sum of RGB (Red+Green+Blue) = 167+16+250=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #A710FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A710FA is #58EF05. Grayscale: #575757. Windows color (decimal): -5828358 or 16388263. OLE color: 16388263.

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

Color convert

RGB 167 16 250 -
CMYK 0.33 0.94 0 0.02
HSL 278.72º 0.96% 0.52% -
HSV(B) 278.72º 0.94% 0.98% -
XYZ 33.38 15.49 91.67 -
YUV 87.83 219.53 184.47 -
System Red Green Blue C M Y K H S L
Decimal 167 16 250 0.33 0.94 0 0.02 278.72 0.96 0.52
Hex A7 10 FA 21 5E 0 2 117 60 34
Octal 247 20 372 41 136 0 2 427 140 64
Binary 10100111 10000 11111010 100001 1011110 0 10 100010111 1100000 110100

Color Harmonies of #A710FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A710FA

Black with #A710FA

Text Example


Text Example

White with #A710FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A710FA; }

 p { color: rgb(167,16,250); }

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

background-color css

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

 a { background-color: rgb(167,16,250); }

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

border-color css

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

 span { border-color: rgb(167,16,250); }

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