Html Css Color HEX #AC4EFD Medium Orchid

📋 copy color: '#AC4EFD'

red 172 ◦ green 78 ◦ blue 253

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

Shades of Medium Orchid #AC4EFD

Tints of Medium Orchid #AC4EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.51%

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

R = 34.19%
G = 15.51%
B = 50.3%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC4EFD (or 0xAC4EFD) is known color: Medium Orchid. HEX triplet: AC, 4E and FD. RGB value is (172,78,253). Sum of RGB (Red+Green+Blue) = 172+78+253=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC4EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4EFD is #53B102. Grayscale: #7D7D7D. Windows color (decimal): -5484803 or 16600748. OLE color: 16600748.

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

Color convert

RGB 172 78 253 -
CMYK 0.32 0.69 0 0.01
HSL 272.23º 0.98% 0.65% -
HSV(B) 272.23º 0.69% 0.99% -
XYZ 37.47 21.31 95.07 -
YUV 126.06 199.64 160.77 -
System Red Green Blue C M Y K H S L
Decimal 172 78 253 0.32 0.69 0 0.01 272.23 0.98 0.65
Hex AC 4E FD 20 45 0 1 110 62 41
Octal 254 116 375 40 105 0 1 420 142 101
Binary 10101100 1001110 11111101 100000 1000101 0 1 100010000 1100010 1000001

Color Harmonies of #AC4EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4EFD

Black with #AC4EFD

Text Example


Text Example

White with #AC4EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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