Html Css Color HEX #A672DE Medium Purple

📋 copy color: '#A672DE'

red 166 ◦ green 114 ◦ blue 222

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

Shades of Medium Purple #A672DE

Tints of Medium Purple #A672DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.22%

R = 33.07%
G = 22.71%
B = 44.22%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A672DE (or 0xA672DE) is known color: Medium Purple. HEX triplet: A6, 72 and DE. RGB value is (166,114,222). Sum of RGB (Red+Green+Blue) = 166+114+222=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #A672DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672DE is #598D21. Grayscale: #8D8D8D. Windows color (decimal): -5868834 or 14578342. OLE color: 14578342.

HSL color Cylindrical-coordinate representation of color #A672DE: hue angle of 268.89º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A672DE is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 114 222 -
CMYK 0.25 0.49 0 0.13
HSL 268.89º 0.62% 0.66% -
HSV(B) 268.89º 0.49% 0.87% -
XYZ 34.93 25.42 72.17 -
YUV 141.86 173.23 145.22 -
System Red Green Blue C M Y K H S L
Decimal 166 114 222 0.25 0.49 0 0.13 268.89 0.62 0.66
Hex A6 72 DE 19 31 0 D 10D 3E 42
Octal 246 162 336 31 61 0 15 415 76 102
Binary 10100110 1110010 11011110 11001 110001 0 1101 100001101 111110 1000010

Color Harmonies of #A672DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A672DE

Black with #A672DE

Text Example


Text Example

White with #A672DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A672DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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