Html Css Color HEX #AC78FF Medium Purple

📋 copy color: '#AC78FF'

red 172 ◦ green 120 ◦ blue 255

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

Shades of Medium Purple #AC78FF

Tints of Medium Purple #AC78FF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.94%

 BLUE value IS 255 (100% from 255) = 46.62%

R = 31.44%
G = 21.94%
B = 46.62%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC78FF (or 0xAC78FF) is known color: Medium Purple. HEX triplet: AC, 78 and FF. RGB value is (172,120,255). Sum of RGB (Red+Green+Blue) = 172+120+255=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC78FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC78FF is #538700. Grayscale: #969696. Windows color (decimal): -5474049 or 16742572. OLE color: 16742572.

HSL color Cylindrical-coordinate representation of color #AC78FF: hue angle of 263.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC78FF is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 120 255 -
CMYK 0.33 0.53 0 0
HSL 263.11º 1% 0.74% -
HSV(B) 263.11º 0.53% 1% -
XYZ 41.78 29.42 98.09 -
YUV 150.94 186.73 143.02 -
System Red Green Blue C M Y K H S L
Decimal 172 120 255 0.33 0.53 0 0 263.11 1 0.74
Hex AC 78 FF 21 35 0 0 107 64 4A
Octal 254 170 377 41 65 0 0 407 144 112
Binary 10101100 1111000 11111111 100001 110101 0 0 100000111 1100100 1001010

Color Harmonies of #AC78FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC78FF

Black with #AC78FF

Text Example


Text Example

White with #AC78FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC78FF; }

 p { color: rgb(172,120,255); }

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

background-color css

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

 a { background-color: rgb(172,120,255); }

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

border-color css

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

 span { border-color: rgb(172,120,255); }

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