Html Css Color HEX #A305FD Electric Purple

📋 copy color: '#A305FD'

red 163 ◦ green 5 ◦ blue 253

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

Shades of Electric Purple #A305FD

Tints of Electric Purple #A305FD

RGB

 RED value IS 163 (64.06% from 255) = 38.72%

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

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

R = 38.72%
G = 1.19%
B = 60.1%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A305FD (or 0xA305FD) is known color: Electric Purple. HEX triplet: A3, 05 and FD. RGB value is (163,5,253). Sum of RGB (Red+Green+Blue) = 163+5+253=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #A305FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A305FD is #5CFA02. Grayscale: #4F4F4F. Windows color (decimal): -6093315 or 16582051. OLE color: 16582051.

HSL color Cylindrical-coordinate representation of color #A305FD: hue angle of 278.23º 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 #A305FD is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 5 253 -
CMYK 0.36 0.98 0 0.01
HSL 278.23º 0.98% 0.51% -
HSV(B) 278.23º 0.98% 0.99% -
XYZ 32.89 14.99 94.09 -
YUV 80.51 225.35 186.83 -
System Red Green Blue C M Y K H S L
Decimal 163 5 253 0.36 0.98 0 0.01 278.23 0.98 0.51
Hex A3 5 FD 24 62 0 1 116 62 33
Octal 243 5 375 44 142 0 1 426 142 63
Binary 10100011 101 11111101 100100 1100010 0 1 100010110 1100010 110011

Color Harmonies of #A305FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A305FD

Black with #A305FD

Text Example


Text Example

White with #A305FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A305FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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