Html Css Color HEX #A672E5 Medium Purple

📋 copy color: '#A672E5'

red 166 ◦ green 114 ◦ blue 229

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

Shades of Medium Purple #A672E5

Tints of Medium Purple #A672E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.99%

R = 32.61%
G = 22.4%
B = 44.99%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A672E5 (or 0xA672E5) is known color: Medium Purple. HEX triplet: A6, 72 and E5. RGB value is (166,114,229). Sum of RGB (Red+Green+Blue) = 166+114+229=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #A672E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672E5 is #598D1A. Grayscale: #8E8E8E. Windows color (decimal): -5868827 or 15037094. OLE color: 15037094.

HSL color Cylindrical-coordinate representation of color #A672E5: hue angle of 267.13º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A672E5 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 114 229 -
CMYK 0.28 0.50 0 0.10
HSL 267.13º 0.69% 0.67% -
HSV(B) 267.13º 0.5% 0.9% -
XYZ 35.89 25.8 77.22 -
YUV 142.66 176.73 144.65 -
System Red Green Blue C M Y K H S L
Decimal 166 114 229 0.28 0.50 0 0.10 267.13 0.69 0.67
Hex A6 72 E5 1C 32 0 A 10B 45 43
Octal 246 162 345 34 62 0 12 413 105 103
Binary 10100110 1110010 11100101 11100 110010 0 1010 100001011 1000101 1000011

Color Harmonies of #A672E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A672E5

Black with #A672E5

Text Example


Text Example

White with #A672E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A672E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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