Html Css Color HEX #A905F2 Electric Purple

📋 copy color: '#A905F2'

red 169 ◦ green 5 ◦ blue 242

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

Shades of Electric Purple #A905F2

Tints of Electric Purple #A905F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 58.17%

R = 40.63%
G = 1.2%
B = 58.17%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A905F2 (or 0xA905F2) is known color: Electric Purple. HEX triplet: A9, 05 and F2. RGB value is (169,5,242). Sum of RGB (Red+Green+Blue) = 169+5+242=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #A905F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A905F2 is #56FA0D. Grayscale: #505050. Windows color (decimal): -5700110 or 15861161. OLE color: 15861161.

HSL color Cylindrical-coordinate representation of color #A905F2: hue angle of 281.52º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A905F2 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 5 242 -
CMYK 0.30 0.98 0 0.05
HSL 281.52º 0.96% 0.48% -
HSV(B) 281.52º 0.98% 0.95% -
XYZ 32.44 14.95 85.18 -
YUV 81.05 218.83 190.73 -
System Red Green Blue C M Y K H S L
Decimal 169 5 242 0.30 0.98 0 0.05 281.52 0.96 0.48
Hex A9 5 F2 1E 62 0 5 11A 60 30
Octal 251 5 362 36 142 0 5 432 140 60
Binary 10101001 101 11110010 11110 1100010 0 101 100011010 1100000 110000

Color Harmonies of #A905F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A905F2

Black with #A905F2

Text Example


Text Example

White with #A905F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A905F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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