Html Css Color HEX #A005F3 Electric Purple

📋 copy color: '#A005F3'

red 160 ◦ green 5 ◦ blue 243

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

Shades of Electric Purple #A005F3

Tints of Electric Purple #A005F3

RGB

 RED value IS 160 (62.89% from 255) = 39.22%

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

 BLUE value IS 243 (95.31% from 255) = 59.56%

R = 39.22%
G = 1.23%
B = 59.56%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A005F3 (or 0xA005F3) is known color: Electric Purple. HEX triplet: A0, 05 and F3. RGB value is (160,5,243). Sum of RGB (Red+Green+Blue) = 160+5+243=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 243 (95.31% from 255 or 59.56% from 408); Max value from RGB is 243 - color contains mainly: blue. Hex color #A005F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A005F3 is #5FFA0C. Grayscale: #4D4D4D. Windows color (decimal): -6289933 or 15926688. OLE color: 15926688.

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

Color convert

RGB 160 5 243 -
CMYK 0.34 0.98 0 0.05
HSL 279.08º 0.96% 0.49% -
HSV(B) 279.08º 0.98% 0.95% -
XYZ 30.73 14.05 85.89 -
YUV 78.48 220.85 186.15 -
System Red Green Blue C M Y K H S L
Decimal 160 5 243 0.34 0.98 0 0.05 279.08 0.96 0.49
Hex A0 5 F3 22 62 0 5 117 60 31
Octal 240 5 363 42 142 0 5 427 140 61
Binary 10100000 101 11110011 100010 1100010 0 101 100010111 1100000 110001

Color Harmonies of #A005F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A005F3

Black with #A005F3

Text Example


Text Example

White with #A005F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A005F3; }

 p { color: rgb(160,5,243); }

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

background-color css

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

 a { background-color: rgb(160,5,243); }

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

border-color css

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

 span { border-color: rgb(160,5,243); }

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