Html Css Color HEX #A608F9 Electric Purple

📋 copy color: '#A608F9'

red 166 ◦ green 8 ◦ blue 249

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

Shades of Electric Purple #A608F9

Tints of Electric Purple #A608F9

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.89%

 BLUE value IS 249 (97.66% from 255) = 58.87%

R = 39.24%
G = 1.89%
B = 58.87%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A608F9 (or 0xA608F9) is known color: Electric Purple. HEX triplet: A6, 08 and F9. RGB value is (166,8,249). Sum of RGB (Red+Green+Blue) = 166+8+249=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 249 (97.66% from 255 or 58.87% from 423); Max value from RGB is 249 - color contains mainly: blue. Hex color #A608F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A608F9 is #59F706. Grayscale: #515151. Windows color (decimal): -5895943 or 16320678. OLE color: 16320678.

HSL color Cylindrical-coordinate representation of color #A608F9: hue angle of 279.34º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A608F9 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 8 249 -
CMYK 0.33 0.97 0 0.02
HSL 279.34º 0.95% 0.5% -
HSV(B) 279.34º 0.97% 0.98% -
XYZ 32.91 15.12 90.81 -
YUV 82.72 221.85 187.4 -
System Red Green Blue C M Y K H S L
Decimal 166 8 249 0.33 0.97 0 0.02 279.34 0.95 0.5
Hex A6 8 F9 21 61 0 2 117 5F 32
Octal 246 10 371 41 141 0 2 427 137 62
Binary 10100110 1000 11111001 100001 1100001 0 10 100010111 1011111 110010

Color Harmonies of #A608F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608F9

Black with #A608F9

Text Example


Text Example

White with #A608F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608F9; }

 p { color: rgb(166,8,249); }

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

background-color css

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

 a { background-color: rgb(166,8,249); }

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

border-color css

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

 span { border-color: rgb(166,8,249); }

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