Html Css Color HEX #A672EA Medium Purple

📋 copy color: '#A672EA'

red 166 ◦ green 114 ◦ blue 234

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

Shades of Medium Purple #A672EA

Tints of Medium Purple #A672EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.53%

R = 32.3%
G = 22.18%
B = 45.53%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A672EA (or 0xA672EA) is known color: Medium Purple. HEX triplet: A6, 72 and EA. RGB value is (166,114,234). Sum of RGB (Red+Green+Blue) = 166+114+234=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #A672EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A672EA is #598D15. Grayscale: #8E8E8E. Windows color (decimal): -5868822 or 15364774. OLE color: 15364774.

HSL color Cylindrical-coordinate representation of color #A672EA: hue angle of 266º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A672EA is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 114 234 -
CMYK 0.29 0.51 0 0.08
HSL 266º 0.74% 0.68% -
HSV(B) 266º 0.51% 0.92% -
XYZ 36.59 26.08 80.95 -
YUV 143.23 179.23 144.24 -
System Red Green Blue C M Y K H S L
Decimal 166 114 234 0.29 0.51 0 0.08 266 0.74 0.68
Hex A6 72 EA 1D 33 0 8 10A 4A 44
Octal 246 162 352 35 63 0 10 412 112 104
Binary 10100110 1110010 11101010 11101 110011 0 1000 100001010 1001010 1000100

Color Harmonies of #A672EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A672EA

Black with #A672EA

Text Example


Text Example

White with #A672EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A672EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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