Html Css Color HEX #AC7CFD Medium Purple

📋 copy color: '#AC7CFD'

red 172 ◦ green 124 ◦ blue 253

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

Shades of Medium Purple #AC7CFD

Tints of Medium Purple #AC7CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.08%

R = 31.33%
G = 22.59%
B = 46.08%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC7CFD (or 0xAC7CFD) is known color: Medium Purple. HEX triplet: AC, 7C and FD. RGB value is (172,124,253). Sum of RGB (Red+Green+Blue) = 172+124+253=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC7CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7CFD is #538302. Grayscale: #989898. Windows color (decimal): -5473027 or 16612524. OLE color: 16612524.

HSL color Cylindrical-coordinate representation of color #AC7CFD: hue angle of 262.33º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC7CFD is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 124 253 -
CMYK 0.32 0.51 0 0.01
HSL 262.33º 0.97% 0.74% -
HSV(B) 262.33º 0.51% 0.99% -
XYZ 41.95 30.28 96.56 -
YUV 153.06 184.4 141.51 -
System Red Green Blue C M Y K H S L
Decimal 172 124 253 0.32 0.51 0 0.01 262.33 0.97 0.74
Hex AC 7C FD 20 33 0 1 106 61 4A
Octal 254 174 375 40 63 0 1 406 141 112
Binary 10101100 1111100 11111101 100000 110011 0 1 100000110 1100001 1001010

Color Harmonies of #AC7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7CFD

Black with #AC7CFD

Text Example


Text Example

White with #AC7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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