Html Css Color HEX #A672ED Medium Purple

📋 copy color: '#A672ED'

red 166 ◦ green 114 ◦ blue 237

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

Shades of Medium Purple #A672ED

Tints of Medium Purple #A672ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 32.11%
G = 22.05%
B = 45.84%

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

#A672ED (or 0xA672ED) is known color: Medium Purple. HEX triplet: A6, 72 and ED. RGB value is (166,114,237). Sum of RGB (Red+Green+Blue) = 166+114+237=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #A672ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A672ED is #598D12. Grayscale: #8F8F8F. Windows color (decimal): -5868819 or 15561382. OLE color: 15561382.

HSL color Cylindrical-coordinate representation of color #A672ED: hue angle of 265.37º degrees, saturation: 0.77, 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 #A672ED is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 114 237 -
CMYK 0.30 0.52 0 0.07
HSL 265.37º 0.77% 0.69% -
HSV(B) 265.37º 0.52% 0.93% -
XYZ 37.03 26.26 83.24 -
YUV 143.57 180.73 144 -
System Red Green Blue C M Y K H S L
Decimal 166 114 237 0.30 0.52 0 0.07 265.37 0.77 0.69
Hex A6 72 ED 1E 34 0 7 109 4D 45
Octal 246 162 355 36 64 0 7 411 115 105
Binary 10100110 1110010 11101101 11110 110100 0 111 100001001 1001101 1000101

Color Harmonies of #A672ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A672ED

Black with #A672ED

Text Example


Text Example

White with #A672ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A672ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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