Html Css Color HEX #AC68F2 Medium Purple

📋 copy color: '#AC68F2'

red 172 ◦ green 104 ◦ blue 242

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

Shades of Medium Purple #AC68F2

Tints of Medium Purple #AC68F2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.08%

 BLUE value IS 242 (94.92% from 255) = 46.72%

R = 33.2%
G = 20.08%
B = 46.72%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC68F2 (or 0xAC68F2) is known color: Medium Purple. HEX triplet: AC, 68 and F2. RGB value is (172,104,242). Sum of RGB (Red+Green+Blue) = 172+104+242=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC68F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC68F2 is #53970D. Grayscale: #8B8B8B. Windows color (decimal): -5478158 or 15886508. OLE color: 15886508.

HSL color Cylindrical-coordinate representation of color #AC68F2: hue angle of 269.57º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC68F2 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 104 242 -
CMYK 0.29 0.57 0 0.05
HSL 269.57º 0.84% 0.68% -
HSV(B) 269.57º 0.57% 0.95% -
XYZ 37.99 25.08 86.84 -
YUV 140.06 185.53 150.78 -
System Red Green Blue C M Y K H S L
Decimal 172 104 242 0.29 0.57 0 0.05 269.57 0.84 0.68
Hex AC 68 F2 1D 39 0 5 10E 54 44
Octal 254 150 362 35 71 0 5 416 124 104
Binary 10101100 1101000 11110010 11101 111001 0 101 100001110 1010100 1000100

Color Harmonies of #AC68F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC68F2

Black with #AC68F2

Text Example


Text Example

White with #AC68F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC68F2; }

 p { color: rgb(172,104,242); }

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

background-color css

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

 a { background-color: rgb(172,104,242); }

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

border-color css

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

 span { border-color: rgb(172,104,242); }

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