Html Css Color HEX #AC40CE Dark Orchid

📋 copy color: '#AC40CE'

red 172 ◦ green 64 ◦ blue 206

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

Shades of Dark Orchid #AC40CE

Tints of Dark Orchid #AC40CE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.48%

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 38.91%
G = 14.48%
B = 46.61%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC40CE (or 0xAC40CE) is known color: Dark Orchid. HEX triplet: AC, 40 and CE. RGB value is (172,64,206). Sum of RGB (Red+Green+Blue) = 172+64+206=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC40CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40CE is #53BF31. Grayscale: #707070. Windows color (decimal): -5488434 or 13516972. OLE color: 13516972.

HSL color Cylindrical-coordinate representation of color #AC40CE: hue angle of 285.63º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC40CE is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 64 206 -
CMYK 0.17 0.69 0 0.19
HSL 285.63º 0.59% 0.53% -
HSV(B) 285.63º 0.69% 0.81% -
XYZ 29.99 16.89 60.07 -
YUV 112.48 180.78 170.45 -
System Red Green Blue C M Y K H S L
Decimal 172 64 206 0.17 0.69 0 0.19 285.63 0.59 0.53
Hex AC 40 CE 11 45 0 13 11E 3B 35
Octal 254 100 316 21 105 0 23 436 73 65
Binary 10101100 1000000 11001110 10001 1000101 0 10011 100011110 111011 110101

Color Harmonies of #AC40CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC40CE

Black with #AC40CE

Text Example


Text Example

White with #AC40CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC40CE; }

 p { color: rgb(172,64,206); }

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

background-color css

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

 a { background-color: rgb(172,64,206); }

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

border-color css

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

 span { border-color: rgb(172,64,206); }

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