Html Css Color HEX #A609FF Electric Purple

📋 copy color: '#A609FF'

red 166 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #A609FF

Tints of Electric Purple #A609FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.3%

R = 38.6%
G = 2.09%
B = 59.3%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A609FF (or 0xA609FF) is known color: Electric Purple. HEX triplet: A6, 09 and FF. RGB value is (166,9,255). Sum of RGB (Red+Green+Blue) = 166+9+255=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 9 (3.91% from 255 or 2.09% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #A609FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A609FF is #59F600. Grayscale: #535353. Windows color (decimal): -5895681 or 16714150. OLE color: 16714150.

HSL color Cylindrical-coordinate representation of color #A609FF: hue angle of 278.29º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A609FF is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 9 255 -
CMYK 0.35 0.96 0 0
HSL 278.29º 1% 0.52% -
HSV(B) 278.29º 0.96% 1% -
XYZ 33.87 15.52 95.82 -
YUV 83.99 224.51 186.5 -
System Red Green Blue C M Y K H S L
Decimal 166 9 255 0.35 0.96 0 0 278.29 1 0.52
Hex A6 9 FF 23 60 0 0 116 64 34
Octal 246 11 377 43 140 0 0 426 144 64
Binary 10100110 1001 11111111 100011 1100000 0 0 100010110 1100100 110100

Color Harmonies of #A609FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A609FF

Black with #A609FF

Text Example


Text Example

White with #A609FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A609FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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