Html Css Color HEX #A608F8 Electric Purple

📋 copy color: '#A608F8'

red 166 ◦ green 8 ◦ blue 248

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

Shades of Electric Purple #A608F8

Tints of Electric Purple #A608F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 58.77%

R = 39.34%
G = 1.9%
B = 58.77%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A608F8 (or 0xA608F8) is known color: Electric Purple. HEX triplet: A6, 08 and F8. RGB value is (166,8,248). Sum of RGB (Red+Green+Blue) = 166+8+248=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 248 (97.27% from 255 or 58.77% from 422); Max value from RGB is 248 - color contains mainly: blue. Hex color #A608F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A608F8 is #59F707. Grayscale: #515151. Windows color (decimal): -5895944 or 16255142. OLE color: 16255142.

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

Color convert

RGB 166 8 248 -
CMYK 0.33 0.97 0 0.03
HSL 279.5º 0.94% 0.5% -
HSV(B) 279.5º 0.97% 0.97% -
XYZ 32.76 15.06 89.99 -
YUV 82.6 221.35 187.49 -
System Red Green Blue C M Y K H S L
Decimal 166 8 248 0.33 0.97 0 0.03 279.5 0.94 0.5
Hex A6 8 F8 21 61 0 3 118 5E 32
Octal 246 10 370 41 141 0 3 430 136 62
Binary 10100110 1000 11111000 100001 1100001 0 11 100011000 1011110 110010

Color Harmonies of #A608F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608F8

Black with #A608F8

Text Example


Text Example

White with #A608F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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