Html Css Color HEX #AC4AFF Medium Orchid

📋 copy color: '#AC4AFF'

red 172 ◦ green 74 ◦ blue 255

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

Shades of Medium Orchid #AC4AFF

Tints of Medium Orchid #AC4AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.77%

 BLUE value IS 255 (100% from 255) = 50.9%

R = 34.33%
G = 14.77%
B = 50.9%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC4AFF (or 0xAC4AFF) is known color: Medium Orchid. HEX triplet: AC, 4A and FF. RGB value is (172,74,255). Sum of RGB (Red+Green+Blue) = 172+74+255=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC4AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC4AFF is #53B500. Grayscale: #7B7B7B. Windows color (decimal): -5485825 or 16730796. OLE color: 16730796.

HSL color Cylindrical-coordinate representation of color #AC4AFF: hue angle of 272.49º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC4AFF is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 74 255 -
CMYK 0.33 0.71 0 0
HSL 272.49º 1% 0.65% -
HSV(B) 272.49º 0.71% 1% -
XYZ 37.51 20.89 96.66 -
YUV 123.94 201.97 162.28 -
System Red Green Blue C M Y K H S L
Decimal 172 74 255 0.33 0.71 0 0 272.49 1 0.65
Hex AC 4A FF 21 47 0 0 110 64 41
Octal 254 112 377 41 107 0 0 420 144 101
Binary 10101100 1001010 11111111 100001 1000111 0 0 100010000 1100100 1000001

Color Harmonies of #AC4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4AFF

Black with #AC4AFF

Text Example


Text Example

White with #AC4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4AFF; }

 p { color: rgb(172,74,255); }

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

background-color css

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

 a { background-color: rgb(172,74,255); }

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

border-color css

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

 span { border-color: rgb(172,74,255); }

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