Html Css Color HEX #A507FF Electric Purple

📋 copy color: '#A507FF'

red 165 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #A507FF

Tints of Electric Purple #A507FF

RGB

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

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

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

R = 38.64%
G = 1.64%
B = 59.72%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A507FF (or 0xA507FF) is known color: Electric Purple. HEX triplet: A5, 07 and FF. RGB value is (165,7,255). Sum of RGB (Red+Green+Blue) = 165+7+255=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 7 (3.12% from 255 or 1.64% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #A507FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A507FF is #5AF800. Grayscale: #515151. Windows color (decimal): -5961729 or 16713637. OLE color: 16713637.

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

Color convert

RGB 165 7 255 -
CMYK 0.35 0.97 0 0
HSL 278.23º 1% 0.51% -
HSV(B) 278.23º 0.97% 1% -
XYZ 33.64 15.37 95.8 -
YUV 82.51 225.35 186.83 -
System Red Green Blue C M Y K H S L
Decimal 165 7 255 0.35 0.97 0 0 278.23 1 0.51
Hex A5 7 FF 23 61 0 0 116 64 33
Octal 245 7 377 43 141 0 0 426 144 63
Binary 10100101 111 11111111 100011 1100001 0 0 100010110 1100100 110011

Color Harmonies of #A507FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A507FF

Black with #A507FF

Text Example


Text Example

White with #A507FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A507FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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