Html Css Color HEX #AC67F0 Medium Purple

📋 copy color: '#AC67F0'

red 172 ◦ green 103 ◦ blue 240

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

Shades of Medium Purple #AC67F0

Tints of Medium Purple #AC67F0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20%

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

R = 33.4%
G = 20%
B = 46.6%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC67F0 (or 0xAC67F0) is known color: Medium Purple. HEX triplet: AC, 67 and F0. RGB value is (172,103,240). Sum of RGB (Red+Green+Blue) = 172+103+240=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC67F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC67F0 is #53980F. Grayscale: #8A8A8A. Windows color (decimal): -5478416 or 15755180. OLE color: 15755180.

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

Color convert

RGB 172 103 240 -
CMYK 0.28 0.57 0 0.06
HSL 270.22º 0.82% 0.67% -
HSV(B) 270.22º 0.57% 0.94% -
XYZ 37.59 24.76 85.24 -
YUV 139.25 184.86 151.36 -
System Red Green Blue C M Y K H S L
Decimal 172 103 240 0.28 0.57 0 0.06 270.22 0.82 0.67
Hex AC 67 F0 1C 39 0 6 10E 52 43
Octal 254 147 360 34 71 0 6 416 122 103
Binary 10101100 1100111 11110000 11100 111001 0 110 100001110 1010010 1000011

Color Harmonies of #AC67F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC67F0

Black with #AC67F0

Text Example


Text Example

White with #AC67F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC67F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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