Html Css Color HEX #A609FD Electric Purple

📋 copy color: '#A609FD'

red 166 ◦ green 9 ◦ blue 253

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

Shades of Electric Purple #A609FD

Tints of Electric Purple #A609FD

RGB

 RED value IS 166 (65.23% from 255) = 38.79%

 GREEN value IS 9 (3.91% from 255) = 2.1%

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

R = 38.79%
G = 2.1%
B = 59.11%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A609FD (or 0xA609FD) is known color: Electric Purple. HEX triplet: A6, 09 and FD. RGB value is (166,9,253). Sum of RGB (Red+Green+Blue) = 166+9+253=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 9 (3.91% from 255 or 2.10% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #A609FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A609FD is #59F602. Grayscale: #525252. Windows color (decimal): -5895683 or 16583078. OLE color: 16583078.

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

Color convert

RGB 166 9 253 -
CMYK 0.34 0.96 0 0.01
HSL 278.61º 0.98% 0.51% -
HSV(B) 278.61º 0.96% 0.99% -
XYZ 33.55 15.39 94.13 -
YUV 83.76 223.51 186.66 -
System Red Green Blue C M Y K H S L
Decimal 166 9 253 0.34 0.96 0 0.01 278.61 0.98 0.51
Hex A6 9 FD 22 60 0 1 117 62 33
Octal 246 11 375 42 140 0 1 427 142 63
Binary 10100110 1001 11111101 100010 1100000 0 1 100010111 1100010 110011

Color Harmonies of #A609FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A609FD

Black with #A609FD

Text Example


Text Example

White with #A609FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A609FD; }

 p { color: rgb(166,9,253); }

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

background-color css

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

 a { background-color: rgb(166,9,253); }

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

border-color css

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

 span { border-color: rgb(166,9,253); }

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