Html Css Color HEX #A905FD Electric Purple

📋 copy color: '#A905FD'

red 169 ◦ green 5 ◦ blue 253

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

Shades of Electric Purple #A905FD

Tints of Electric Purple #A905FD

RGB

 RED value IS 169 (66.41% from 255) = 39.58%

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

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

R = 39.58%
G = 1.17%
B = 59.25%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A905FD (or 0xA905FD) is known color: Electric Purple. HEX triplet: A9, 05 and FD. RGB value is (169,5,253). Sum of RGB (Red+Green+Blue) = 169+5+253=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #A905FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A905FD is #56FA02. Grayscale: #515151. Windows color (decimal): -5700099 or 16582057. OLE color: 16582057.

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

Color convert

RGB 169 5 253 -
CMYK 0.33 0.98 0 0.01
HSL 279.68º 0.98% 0.51% -
HSV(B) 279.68º 0.98% 0.99% -
XYZ 34.15 15.64 94.15 -
YUV 82.31 224.33 189.83 -
System Red Green Blue C M Y K H S L
Decimal 169 5 253 0.33 0.98 0 0.01 279.68 0.98 0.51
Hex A9 5 FD 21 62 0 1 118 62 33
Octal 251 5 375 41 142 0 1 430 142 63
Binary 10101001 101 11111101 100001 1100010 0 1 100011000 1100010 110011

Color Harmonies of #A905FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A905FD

Black with #A905FD

Text Example


Text Example

White with #A905FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A905FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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