Html Css Color HEX #AC5AF5 Medium Orchid

📋 copy color: '#AC5AF5'

red 172 ◦ green 90 ◦ blue 245

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

Shades of Medium Orchid #AC5AF5

Tints of Medium Orchid #AC5AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.32%

R = 33.93%
G = 17.75%
B = 48.32%

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

#AC5AF5 (or 0xAC5AF5) is known color: Medium Orchid. HEX triplet: AC, 5A and F5. RGB value is (172,90,245). Sum of RGB (Red+Green+Blue) = 172+90+245=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 245 (96.09% from 255 or 48.32% from 507); Max value from RGB is 245 - color contains mainly: blue. Hex color #AC5AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5AF5 is #53A50A. Grayscale: #838383. Windows color (decimal): -5481739 or 16079532. OLE color: 16079532.

HSL color Cylindrical-coordinate representation of color #AC5AF5: hue angle of 271.74º degrees, saturation: 0.89, 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 #AC5AF5 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 90 245 -
CMYK 0.30 0.63 0 0.04
HSL 271.74º 0.89% 0.66% -
HSV(B) 271.74º 0.63% 0.96% -
XYZ 37.15 22.68 88.8 -
YUV 132.19 191.67 156.4 -
System Red Green Blue C M Y K H S L
Decimal 172 90 245 0.30 0.63 0 0.04 271.74 0.89 0.66
Hex AC 5A F5 1E 3F 0 4 110 59 42
Octal 254 132 365 36 77 0 4 420 131 102
Binary 10101100 1011010 11110101 11110 111111 0 100 100010000 1011001 1000010

Color Harmonies of #AC5AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5AF5

Black with #AC5AF5

Text Example


Text Example

White with #AC5AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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