Html Css Color HEX #AC6EFD Medium Purple

📋 copy color: '#AC6EFD'

red 172 ◦ green 110 ◦ blue 253

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

Shades of Medium Purple #AC6EFD

Tints of Medium Purple #AC6EFD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.56%

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

R = 32.15%
G = 20.56%
B = 47.29%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC6EFD (or 0xAC6EFD) is known color: Medium Purple. HEX triplet: AC, 6E and FD. RGB value is (172,110,253). Sum of RGB (Red+Green+Blue) = 172+110+253=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC6EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6EFD is #539102. Grayscale: #909090. Windows color (decimal): -5476611 or 16608940. OLE color: 16608940.

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

Color convert

RGB 172 110 253 -
CMYK 0.32 0.57 0 0.01
HSL 266.01º 0.97% 0.71% -
HSV(B) 266.01º 0.57% 0.99% -
XYZ 40.32 27.01 96.02 -
YUV 144.84 189.04 147.37 -
System Red Green Blue C M Y K H S L
Decimal 172 110 253 0.32 0.57 0 0.01 266.01 0.97 0.71
Hex AC 6E FD 20 39 0 1 10A 61 47
Octal 254 156 375 40 71 0 1 412 141 107
Binary 10101100 1101110 11111101 100000 111001 0 1 100001010 1100001 1000111

Color Harmonies of #AC6EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6EFD

Black with #AC6EFD

Text Example


Text Example

White with #AC6EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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