Html Css Color HEX #AC7DF2 Medium Purple

📋 copy color: '#AC7DF2'

red 172 ◦ green 125 ◦ blue 242

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

Shades of Medium Purple #AC7DF2

Tints of Medium Purple #AC7DF2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.19%

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

R = 31.91%
G = 23.19%
B = 44.9%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC7DF2 (or 0xAC7DF2) is known color: Medium Purple. HEX triplet: AC, 7D and F2. RGB value is (172,125,242). Sum of RGB (Red+Green+Blue) = 172+125+242=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC7DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7DF2 is #53820D. Grayscale: #979797. Windows color (decimal): -5472782 or 15891884. OLE color: 15891884.

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

Color convert

RGB 172 125 242 -
CMYK 0.29 0.48 0 0.05
HSL 264.1º 0.82% 0.72% -
HSV(B) 264.1º 0.48% 0.95% -
XYZ 40.37 29.85 87.64 -
YUV 152.39 178.57 141.99 -
System Red Green Blue C M Y K H S L
Decimal 172 125 242 0.29 0.48 0 0.05 264.1 0.82 0.72
Hex AC 7D F2 1D 30 0 5 108 52 48
Octal 254 175 362 35 60 0 5 410 122 110
Binary 10101100 1111101 11110010 11101 110000 0 101 100001000 1010010 1001000

Color Harmonies of #AC7DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7DF2

Black with #AC7DF2

Text Example


Text Example

White with #AC7DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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