Html Css Color HEX #AC69EF Medium Purple

📋 copy color: '#AC69EF'

red 172 ◦ green 105 ◦ blue 239

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

Shades of Medium Purple #AC69EF

Tints of Medium Purple #AC69EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.32%

R = 33.33%
G = 20.35%
B = 46.32%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC69EF (or 0xAC69EF) is known color: Medium Purple. HEX triplet: AC, 69 and EF. RGB value is (172,105,239). Sum of RGB (Red+Green+Blue) = 172+105+239=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC69EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC69EF is #539610. Grayscale: #8B8B8B. Windows color (decimal): -5477905 or 15690156. OLE color: 15690156.

HSL color Cylindrical-coordinate representation of color #AC69EF: hue angle of 270º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC69EF is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 105 239 -
CMYK 0.28 0.56 0 0.06
HSL 270º 0.81% 0.67% -
HSV(B) 270º 0.56% 0.94% -
XYZ 37.64 25.11 84.52 -
YUV 140.31 183.7 150.6 -
System Red Green Blue C M Y K H S L
Decimal 172 105 239 0.28 0.56 0 0.06 270 0.81 0.67
Hex AC 69 EF 1C 38 0 6 10E 51 43
Octal 254 151 357 34 70 0 6 416 121 103
Binary 10101100 1101001 11101111 11100 111000 0 110 100001110 1010001 1000011

Color Harmonies of #AC69EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC69EF

Black with #AC69EF

Text Example


Text Example

White with #AC69EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC69EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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