Html Css Color HEX #AC67F2 Medium Purple

📋 copy color: '#AC67F2'

red 172 ◦ green 103 ◦ blue 242

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

Shades of Medium Purple #AC67F2

Tints of Medium Purple #AC67F2

RGB

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

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

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

R = 33.27%
G = 19.92%
B = 46.81%

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

#AC67F2 (or 0xAC67F2) is known color: Medium Purple. HEX triplet: AC, 67 and F2. RGB value is (172,103,242). Sum of RGB (Red+Green+Blue) = 172+103+242=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC67F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC67F2 is #53980D. Grayscale: #8A8A8A. Windows color (decimal): -5478414 or 15886252. OLE color: 15886252.

HSL color Cylindrical-coordinate representation of color #AC67F2: hue angle of 269.78º 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 #AC67F2 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 103 242 -
CMYK 0.29 0.57 0 0.05
HSL 269.78º 0.84% 0.68% -
HSV(B) 269.78º 0.57% 0.95% -
XYZ 37.89 24.88 86.81 -
YUV 139.48 185.86 151.2 -
System Red Green Blue C M Y K H S L
Decimal 172 103 242 0.29 0.57 0 0.05 269.78 0.84 0.68
Hex AC 67 F2 1D 39 0 5 10E 54 44
Octal 254 147 362 35 71 0 5 416 124 104
Binary 10101100 1100111 11110010 11101 111001 0 101 100001110 1010100 1000100

Color Harmonies of #AC67F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC67F2

Black with #AC67F2

Text Example


Text Example

White with #AC67F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC67F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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