Html Css Color HEX #AC5AF6 Medium Orchid

📋 copy color: '#AC5AF6'

red 172 ◦ green 90 ◦ blue 246

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

Shades of Medium Orchid #AC5AF6

Tints of Medium Orchid #AC5AF6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.72%

 BLUE value IS 246 (96.48% from 255) = 48.43%

R = 33.86%
G = 17.72%
B = 48.43%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AC5AF6 (or 0xAC5AF6) is known color: Medium Orchid. HEX triplet: AC, 5A and F6. RGB value is (172,90,246). Sum of RGB (Red+Green+Blue) = 172+90+246=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC5AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5AF6 is #53A509. Grayscale: #838383. Windows color (decimal): -5481738 or 16145068. OLE color: 16145068.

HSL color Cylindrical-coordinate representation of color #AC5AF6: hue angle of 271.54º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC5AF6 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 90 246 -
CMYK 0.30 0.63 0 0.04
HSL 271.54º 0.9% 0.66% -
HSV(B) 271.54º 0.63% 0.96% -
XYZ 37.3 22.74 89.61 -
YUV 132.3 192.17 156.32 -
System Red Green Blue C M Y K H S L
Decimal 172 90 246 0.30 0.63 0 0.04 271.54 0.9 0.66
Hex AC 5A F6 1E 3F 0 4 110 5A 42
Octal 254 132 366 36 77 0 4 420 132 102
Binary 10101100 1011010 11110110 11110 111111 0 100 100010000 1011010 1000010

Color Harmonies of #AC5AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5AF6

Black with #AC5AF6

Text Example


Text Example

White with #AC5AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5AF6; }

 p { color: rgb(172,90,246); }

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

background-color css

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

 a { background-color: rgb(172,90,246); }

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

border-color css

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

 span { border-color: rgb(172,90,246); }

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