Html Css Color HEX #A672EC Medium Purple

📋 copy color: '#A672EC'

red 166 ◦ green 114 ◦ blue 236

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

Shades of Medium Purple #A672EC

Tints of Medium Purple #A672EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.09%

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

R = 32.17%
G = 22.09%
B = 45.74%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A672EC (or 0xA672EC) is known color: Medium Purple. HEX triplet: A6, 72 and EC. RGB value is (166,114,236). Sum of RGB (Red+Green+Blue) = 166+114+236=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #A672EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A672EC is #598D13. Grayscale: #8F8F8F. Windows color (decimal): -5868820 or 15495846. OLE color: 15495846.

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

Color convert

RGB 166 114 236 -
CMYK 0.30 0.52 0 0.07
HSL 265.57º 0.76% 0.69% -
HSV(B) 265.57º 0.52% 0.93% -
XYZ 36.88 26.2 82.47 -
YUV 143.46 180.23 144.08 -
System Red Green Blue C M Y K H S L
Decimal 166 114 236 0.30 0.52 0 0.07 265.57 0.76 0.69
Hex A6 72 EC 1E 34 0 7 10A 4C 45
Octal 246 162 354 36 64 0 7 412 114 105
Binary 10100110 1110010 11101100 11110 110100 0 111 100001010 1001100 1000101

Color Harmonies of #A672EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A672EC

Black with #A672EC

Text Example


Text Example

White with #A672EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A672EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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