Html Css Color HEX #AC69F0 Medium Purple

📋 copy color: '#AC69F0'

red 172 ◦ green 105 ◦ blue 240

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

Shades of Medium Purple #AC69F0

Tints of Medium Purple #AC69F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.42%

R = 33.27%
G = 20.31%
B = 46.42%

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

#AC69F0 (or 0xAC69F0) is known color: Medium Purple. HEX triplet: AC, 69 and F0. RGB value is (172,105,240). Sum of RGB (Red+Green+Blue) = 172+105+240=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC69F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC69F0 is #53960F. Grayscale: #8B8B8B. Windows color (decimal): -5477904 or 15755692. OLE color: 15755692.

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

Color convert

RGB 172 105 240 -
CMYK 0.28 0.56 0 0.06
HSL 269.78º 0.82% 0.68% -
HSV(B) 269.78º 0.56% 0.94% -
XYZ 37.79 25.17 85.3 -
YUV 140.42 184.2 150.52 -
System Red Green Blue C M Y K H S L
Decimal 172 105 240 0.28 0.56 0 0.06 269.78 0.82 0.68
Hex AC 69 F0 1C 38 0 6 10E 52 44
Octal 254 151 360 34 70 0 6 416 122 104
Binary 10101100 1101001 11110000 11100 111000 0 110 100001110 1010010 1000100

Color Harmonies of #AC69F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC69F0

Black with #AC69F0

Text Example


Text Example

White with #AC69F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC69F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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