Html Css Color HEX #AC69EC Medium Purple

📋 copy color: '#AC69EC'

red 172 ◦ green 105 ◦ blue 236

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

Shades of Medium Purple #AC69EC

Tints of Medium Purple #AC69EC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.47%

 BLUE value IS 236 (92.58% from 255) = 46%

R = 33.53%
G = 20.47%
B = 46%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC69EC (or 0xAC69EC) is known color: Medium Purple. HEX triplet: AC, 69 and EC. RGB value is (172,105,236). Sum of RGB (Red+Green+Blue) = 172+105+236=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC69EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC69EC is #539613. Grayscale: #8B8B8B. Windows color (decimal): -5477908 or 15493548. OLE color: 15493548.

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

Color convert

RGB 172 105 236 -
CMYK 0.27 0.56 0 0.07
HSL 270.69º 0.78% 0.67% -
HSV(B) 270.69º 0.56% 0.93% -
XYZ 37.21 24.93 82.21 -
YUV 139.97 182.2 150.85 -
System Red Green Blue C M Y K H S L
Decimal 172 105 236 0.27 0.56 0 0.07 270.69 0.78 0.67
Hex AC 69 EC 1B 38 0 7 10F 4E 43
Octal 254 151 354 33 70 0 7 417 116 103
Binary 10101100 1101001 11101100 11011 111000 0 111 100001111 1001110 1000011

Color Harmonies of #AC69EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC69EC

Black with #AC69EC

Text Example


Text Example

White with #AC69EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC69EC; }

 p { color: rgb(172,105,236); }

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

background-color css

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

 a { background-color: rgb(172,105,236); }

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

border-color css

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

 span { border-color: rgb(172,105,236); }

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