Html Css Color HEX #A672E1 Medium Purple

📋 copy color: '#A672E1'

red 166 ◦ green 114 ◦ blue 225

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

Shades of Medium Purple #A672E1

Tints of Medium Purple #A672E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.55%

R = 32.87%
G = 22.57%
B = 44.55%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A672E1 (or 0xA672E1) is known color: Medium Purple. HEX triplet: A6, 72 and E1. RGB value is (166,114,225). Sum of RGB (Red+Green+Blue) = 166+114+225=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #A672E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672E1 is #598D1E. Grayscale: #8D8D8D. Windows color (decimal): -5868831 or 14774950. OLE color: 14774950.

HSL color Cylindrical-coordinate representation of color #A672E1: hue angle of 268.11º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A672E1 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 114 225 -
CMYK 0.26 0.49 0 0.12
HSL 268.11º 0.65% 0.66% -
HSV(B) 268.11º 0.49% 0.88% -
XYZ 35.33 25.58 74.31 -
YUV 142.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 166 114 225 0.26 0.49 0 0.12 268.11 0.65 0.66
Hex A6 72 E1 1A 31 0 C 10C 41 42
Octal 246 162 341 32 61 0 14 414 101 102
Binary 10100110 1110010 11100001 11010 110001 0 1100 100001100 1000001 1000010

Color Harmonies of #A672E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A672E1

Black with #A672E1

Text Example


Text Example

White with #A672E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A672E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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