Html Css Color HEX #A806F6 Electric Purple

📋 copy color: '#A806F6'

red 168 ◦ green 6 ◦ blue 246

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

Shades of Electric Purple #A806F6

Tints of Electric Purple #A806F6

RGB

 RED value IS 168 (66.02% from 255) = 40%

 GREEN value IS 6 (2.73% from 255) = 1.43%

 BLUE value IS 246 (96.48% from 255) = 58.57%

R = 40%
G = 1.43%
B = 58.57%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A806F6 (or 0xA806F6) is known color: Electric Purple. HEX triplet: A8, 06 and F6. RGB value is (168,6,246). Sum of RGB (Red+Green+Blue) = 168+6+246=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 246 (96.48% from 255 or 58.57% from 420); Max value from RGB is 246 - color contains mainly: blue. Hex color #A806F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A806F6 is #57F909. Grayscale: #515151. Windows color (decimal): -5765386 or 16123560. OLE color: 16123560.

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

Color convert

RGB 168 6 246 -
CMYK 0.32 0.98 0 0.04
HSL 280.5º 0.95% 0.49% -
HSV(B) 280.5º 0.98% 0.96% -
XYZ 32.85 15.11 88.37 -
YUV 81.8 220.67 189.49 -
System Red Green Blue C M Y K H S L
Decimal 168 6 246 0.32 0.98 0 0.04 280.5 0.95 0.49
Hex A8 6 F6 20 62 0 4 118 5F 31
Octal 250 6 366 40 142 0 4 430 137 61
Binary 10101000 110 11110110 100000 1100010 0 100 100011000 1011111 110001

Color Harmonies of #A806F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A806F6

Black with #A806F6

Text Example


Text Example

White with #A806F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A806F6; }

 p { color: rgb(168,6,246); }

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

background-color css

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

 a { background-color: rgb(168,6,246); }

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

border-color css

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

 span { border-color: rgb(168,6,246); }

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