Html Css Color HEX #AC4CFA Medium Orchid

📋 copy color: '#AC4CFA'

red 172 ◦ green 76 ◦ blue 250

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

Shades of Medium Orchid #AC4CFA

Tints of Medium Orchid #AC4CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.26%

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 34.54%
G = 15.26%
B = 50.2%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC4CFA (or 0xAC4CFA) is known color: Medium Orchid. HEX triplet: AC, 4C and FA. RGB value is (172,76,250). Sum of RGB (Red+Green+Blue) = 172+76+250=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC4CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC4CFA is #53B305. Grayscale: #7B7B7B. Windows color (decimal): -5485318 or 16403628. OLE color: 16403628.

HSL color Cylindrical-coordinate representation of color #AC4CFA: hue angle of 273.1º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC4CFA is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 76 250 -
CMYK 0.31 0.70 0 0.02
HSL 273.1º 0.95% 0.64% -
HSV(B) 273.1º 0.7% 0.98% -
XYZ 36.85 20.84 92.52 -
YUV 124.54 198.8 161.85 -
System Red Green Blue C M Y K H S L
Decimal 172 76 250 0.31 0.70 0 0.02 273.1 0.95 0.64
Hex AC 4C FA 1F 46 0 2 111 5F 40
Octal 254 114 372 37 106 0 2 421 137 100
Binary 10101100 1001100 11111010 11111 1000110 0 10 100010001 1011111 1000000

Color Harmonies of #AC4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4CFA

Black with #AC4CFA

Text Example


Text Example

White with #AC4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4CFA; }

 p { color: rgb(172,76,250); }

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

background-color css

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

 a { background-color: rgb(172,76,250); }

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

border-color css

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

 span { border-color: rgb(172,76,250); }

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