Html Css Color HEX #A678EB Medium Purple

📋 copy color: '#A678EB'

red 166 ◦ green 120 ◦ blue 235

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

Shades of Medium Purple #A678EB

Tints of Medium Purple #A678EB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.03%

 BLUE value IS 235 (92.19% from 255) = 45.11%

R = 31.86%
G = 23.03%
B = 45.11%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A678EB (or 0xA678EB) is known color: Medium Purple. HEX triplet: A6, 78 and EB. RGB value is (166,120,235). Sum of RGB (Red+Green+Blue) = 166+120+235=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #A678EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A678EB is #598714. Grayscale: #929292. Windows color (decimal): -5867285 or 15431846. OLE color: 15431846.

HSL color Cylindrical-coordinate representation of color #A678EB: hue angle of 264º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A678EB is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 120 235 -
CMYK 0.29 0.49 0 0.08
HSL 264º 0.74% 0.7% -
HSV(B) 264º 0.49% 0.92% -
XYZ 37.44 27.54 81.94 -
YUV 146.86 177.74 141.65 -
System Red Green Blue C M Y K H S L
Decimal 166 120 235 0.29 0.49 0 0.08 264 0.74 0.7
Hex A6 78 EB 1D 31 0 8 108 4A 46
Octal 246 170 353 35 61 0 10 410 112 106
Binary 10100110 1111000 11101011 11101 110001 0 1000 100001000 1001010 1000110

Color Harmonies of #A678EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A678EB

Black with #A678EB

Text Example


Text Example

White with #A678EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A678EB; }

 p { color: rgb(166,120,235); }

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

background-color css

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

 a { background-color: rgb(166,120,235); }

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

border-color css

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

 span { border-color: rgb(166,120,235); }

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