Html Css Color HEX #AC7CF2 Medium Purple

📋 copy color: '#AC7CF2'

red 172 ◦ green 124 ◦ blue 242

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

Shades of Medium Purple #AC7CF2

Tints of Medium Purple #AC7CF2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.05%

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

R = 31.97%
G = 23.05%
B = 44.98%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC7CF2 (or 0xAC7CF2) is known color: Medium Purple. HEX triplet: AC, 7C and F2. RGB value is (172,124,242). Sum of RGB (Red+Green+Blue) = 172+124+242=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC7CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7CF2 is #53830D. Grayscale: #979797. Windows color (decimal): -5473038 or 15891628. OLE color: 15891628.

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

Color convert

RGB 172 124 242 -
CMYK 0.29 0.49 0 0.05
HSL 264.41º 0.82% 0.72% -
HSV(B) 264.41º 0.49% 0.95% -
XYZ 40.25 29.6 87.6 -
YUV 151.8 178.9 142.41 -
System Red Green Blue C M Y K H S L
Decimal 172 124 242 0.29 0.49 0 0.05 264.41 0.82 0.72
Hex AC 7C F2 1D 31 0 5 108 52 48
Octal 254 174 362 35 61 0 5 410 122 110
Binary 10101100 1111100 11110010 11101 110001 0 101 100001000 1010010 1001000

Color Harmonies of #AC7CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7CF2

Black with #AC7CF2

Text Example


Text Example

White with #AC7CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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