Html Css Color HEX #A507FA Electric Purple

📋 copy color: '#A507FA'

red 165 ◦ green 7 ◦ blue 250

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

Shades of Electric Purple #A507FA

Tints of Electric Purple #A507FA

RGB

 RED value IS 165 (64.84% from 255) = 39.1%

 GREEN value IS 7 (3.13% from 255) = 1.66%

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

R = 39.1%
G = 1.66%
B = 59.24%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A507FA (or 0xA507FA) is known color: Electric Purple. HEX triplet: A5, 07 and FA. RGB value is (165,7,250). Sum of RGB (Red+Green+Blue) = 165+7+250=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 7 (3.12% from 255 or 1.66% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #A507FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A507FA is #5AF805. Grayscale: #515151. Windows color (decimal): -5961734 or 16385957. OLE color: 16385957.

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

Color convert

RGB 165 7 250 -
CMYK 0.34 0.97 0 0.02
HSL 279.01º 0.96% 0.5% -
HSV(B) 279.01º 0.97% 0.98% -
XYZ 32.85 15.05 91.62 -
YUV 81.94 222.85 187.24 -
System Red Green Blue C M Y K H S L
Decimal 165 7 250 0.34 0.97 0 0.02 279.01 0.96 0.5
Hex A5 7 FA 22 61 0 2 117 60 32
Octal 245 7 372 42 141 0 2 427 140 62
Binary 10100101 111 11111010 100010 1100001 0 10 100010111 1100000 110010

Color Harmonies of #A507FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A507FA

Black with #A507FA

Text Example


Text Example

White with #A507FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A507FA; }

 p { color: rgb(165,7,250); }

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

background-color css

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

 a { background-color: rgb(165,7,250); }

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

border-color css

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

 span { border-color: rgb(165,7,250); }

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