Html Css Color HEX #A683EC Medium Purple

📋 copy color: '#A683EC'

red 166 ◦ green 131 ◦ blue 236

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

Shades of Medium Purple #A683EC

Tints of Medium Purple #A683EC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.58%

 BLUE value IS 236 (92.58% from 255) = 44.28%

R = 31.14%
G = 24.58%
B = 44.28%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A683EC (or 0xA683EC) is known color: Medium Purple. HEX triplet: A6, 83 and EC. RGB value is (166,131,236). Sum of RGB (Red+Green+Blue) = 166+131+236=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #A683EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A683EC is #597C13. Grayscale: #999999. Windows color (decimal): -5864468 or 15500198. OLE color: 15500198.

HSL color Cylindrical-coordinate representation of color #A683EC: hue angle of 260º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A683EC is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 131 236 -
CMYK 0.30 0.44 0 0.07
HSL 260º 0.73% 0.72% -
HSV(B) 260º 0.44% 0.93% -
XYZ 38.98 30.4 83.17 -
YUV 153.44 174.6 136.96 -
System Red Green Blue C M Y K H S L
Decimal 166 131 236 0.30 0.44 0 0.07 260 0.73 0.72
Hex A6 83 EC 1E 2C 0 7 104 49 48
Octal 246 203 354 36 54 0 7 404 111 110
Binary 10100110 10000011 11101100 11110 101100 0 111 100000100 1001001 1001000

Color Harmonies of #A683EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A683EC

Black with #A683EC

Text Example


Text Example

White with #A683EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A683EC; }

 p { color: rgb(166,131,236); }

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

background-color css

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

 a { background-color: rgb(166,131,236); }

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

border-color css

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

 span { border-color: rgb(166,131,236); }

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