Html Css Color HEX #AC78F2 Medium Purple

📋 copy color: '#AC78F2'

red 172 ◦ green 120 ◦ blue 242

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

Shades of Medium Purple #AC78F2

Tints of Medium Purple #AC78F2

RGB

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

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

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

R = 32.21%
G = 22.47%
B = 45.32%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC78F2 (or 0xAC78F2) is known color: Medium Purple. HEX triplet: AC, 78 and F2. RGB value is (172,120,242). Sum of RGB (Red+Green+Blue) = 172+120+242=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC78F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC78F2 is #53870D. Grayscale: #959595. Windows color (decimal): -5474062 or 15890604. OLE color: 15890604.

HSL color Cylindrical-coordinate representation of color #AC78F2: hue angle of 265.57º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC78F2 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 120 242 -
CMYK 0.29 0.50 0 0.05
HSL 265.57º 0.82% 0.71% -
HSV(B) 265.57º 0.5% 0.95% -
XYZ 39.76 28.61 87.43 -
YUV 149.46 180.23 144.08 -
System Red Green Blue C M Y K H S L
Decimal 172 120 242 0.29 0.50 0 0.05 265.57 0.82 0.71
Hex AC 78 F2 1D 32 0 5 10A 52 47
Octal 254 170 362 35 62 0 5 412 122 107
Binary 10101100 1111000 11110010 11101 110010 0 101 100001010 1010010 1000111

Color Harmonies of #AC78F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC78F2

Black with #AC78F2

Text Example


Text Example

White with #AC78F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC78F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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