Html Css Color HEX #A505FD Electric Purple

📋 copy color: '#A505FD'

red 165 ◦ green 5 ◦ blue 253

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

Shades of Electric Purple #A505FD

Tints of Electric Purple #A505FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.18%

 BLUE value IS 253 (99.22% from 255) = 59.81%

R = 39.01%
G = 1.18%
B = 59.81%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A505FD (or 0xA505FD) is known color: Electric Purple. HEX triplet: A5, 05 and FD. RGB value is (165,5,253). Sum of RGB (Red+Green+Blue) = 165+5+253=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #A505FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A505FD is #5AFA02. Grayscale: #505050. Windows color (decimal): -5962243 or 16582053. OLE color: 16582053.

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

Color convert

RGB 165 5 253 -
CMYK 0.35 0.98 0 0.01
HSL 278.71º 0.98% 0.51% -
HSV(B) 278.71º 0.98% 0.99% -
XYZ 33.3 15.2 94.11 -
YUV 81.11 225.01 187.83 -
System Red Green Blue C M Y K H S L
Decimal 165 5 253 0.35 0.98 0 0.01 278.71 0.98 0.51
Hex A5 5 FD 23 62 0 1 117 62 33
Octal 245 5 375 43 142 0 1 427 142 63
Binary 10100101 101 11111101 100011 1100010 0 1 100010111 1100010 110011

Color Harmonies of #A505FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A505FD

Black with #A505FD

Text Example


Text Example

White with #A505FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A505FD; }

 p { color: rgb(165,5,253); }

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

background-color css

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

 a { background-color: rgb(165,5,253); }

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

border-color css

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

 span { border-color: rgb(165,5,253); }

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