Html Css Color HEX #AC6AED Medium Purple

📋 copy color: '#AC6AED'

red 172 ◦ green 106 ◦ blue 237

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

Shades of Medium Purple #AC6AED

Tints of Medium Purple #AC6AED

RGB

 RED value IS 172 (67.58% from 255) = 33.4%

 GREEN value IS 106 (41.8% from 255) = 20.58%

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

R = 33.4%
G = 20.58%
B = 46.02%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC6AED (or 0xAC6AED) is known color: Medium Purple. HEX triplet: AC, 6A and ED. RGB value is (172,106,237). Sum of RGB (Red+Green+Blue) = 172+106+237=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC6AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6AED is #539512. Grayscale: #8C8C8C. Windows color (decimal): -5477651 or 15559340. OLE color: 15559340.

HSL color Cylindrical-coordinate representation of color #AC6AED: hue angle of 270.23º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC6AED is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 106 237 -
CMYK 0.27 0.55 0 0.07
HSL 270.23º 0.78% 0.67% -
HSV(B) 270.23º 0.55% 0.93% -
XYZ 37.45 25.19 83.01 -
YUV 140.67 182.37 150.35 -
System Red Green Blue C M Y K H S L
Decimal 172 106 237 0.27 0.55 0 0.07 270.23 0.78 0.67
Hex AC 6A ED 1B 37 0 7 10E 4E 43
Octal 254 152 355 33 67 0 7 416 116 103
Binary 10101100 1101010 11101101 11011 110111 0 111 100001110 1001110 1000011

Color Harmonies of #AC6AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6AED

Black with #AC6AED

Text Example


Text Example

White with #AC6AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6AED; }

 p { color: rgb(172,106,237); }

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

background-color css

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

 a { background-color: rgb(172,106,237); }

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

border-color css

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

 span { border-color: rgb(172,106,237); }

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