Html Css Color HEX #AC5CE7 Medium Orchid

📋 copy color: '#AC5CE7'

red 172 ◦ green 92 ◦ blue 231

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

Shades of Medium Orchid #AC5CE7

Tints of Medium Orchid #AC5CE7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.59%

 BLUE value IS 231 (90.63% from 255) = 46.67%

R = 34.75%
G = 18.59%
B = 46.67%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC5CE7 (or 0xAC5CE7) is known color: Medium Orchid. HEX triplet: AC, 5C and E7. RGB value is (172,92,231). Sum of RGB (Red+Green+Blue) = 172+92+231=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC5CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5CE7 is #53A318. Grayscale: #838383. Windows color (decimal): -5481241 or 15162540. OLE color: 15162540.

HSL color Cylindrical-coordinate representation of color #AC5CE7: hue angle of 274.53º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC5CE7 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 92 231 -
CMYK 0.26 0.60 0 0.09
HSL 274.53º 0.74% 0.63% -
HSV(B) 274.53º 0.6% 0.91% -
XYZ 35.26 22.19 78.03 -
YUV 131.77 184 156.7 -
System Red Green Blue C M Y K H S L
Decimal 172 92 231 0.26 0.60 0 0.09 274.53 0.74 0.63
Hex AC 5C E7 1A 3C 0 9 113 4A 3F
Octal 254 134 347 32 74 0 11 423 112 77
Binary 10101100 1011100 11100111 11010 111100 0 1001 100010011 1001010 111111

Color Harmonies of #AC5CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5CE7

Black with #AC5CE7

Text Example


Text Example

White with #AC5CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5CE7; }

 p { color: rgb(172,92,231); }

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

background-color css

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

 a { background-color: rgb(172,92,231); }

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

border-color css

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

 span { border-color: rgb(172,92,231); }

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