Html Css Color HEX #AC68EA Medium Purple

📋 copy color: '#AC68EA'

red 172 ◦ green 104 ◦ blue 234

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

Shades of Medium Purple #AC68EA

Tints of Medium Purple #AC68EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.88%

R = 33.73%
G = 20.39%
B = 45.88%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC68EA (or 0xAC68EA) is known color: Medium Purple. HEX triplet: AC, 68 and EA. RGB value is (172,104,234). Sum of RGB (Red+Green+Blue) = 172+104+234=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC68EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC68EA is #539715. Grayscale: #8A8A8A. Windows color (decimal): -5478166 or 15362220. OLE color: 15362220.

HSL color Cylindrical-coordinate representation of color #AC68EA: hue angle of 271.38º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC68EA is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 104 234 -
CMYK 0.26 0.56 0 0.08
HSL 271.38º 0.76% 0.66% -
HSV(B) 271.38º 0.56% 0.92% -
XYZ 36.81 24.61 80.65 -
YUV 139.15 181.53 151.43 -
System Red Green Blue C M Y K H S L
Decimal 172 104 234 0.26 0.56 0 0.08 271.38 0.76 0.66
Hex AC 68 EA 1A 38 0 8 10F 4C 42
Octal 254 150 352 32 70 0 10 417 114 102
Binary 10101100 1101000 11101010 11010 111000 0 1000 100001111 1001100 1000010

Color Harmonies of #AC68EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC68EA

Black with #AC68EA

Text Example


Text Example

White with #AC68EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC68EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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