Html Css Color HEX #AC3CCE Dark Orchid

📋 copy color: '#AC3CCE'

red 172 ◦ green 60 ◦ blue 206

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

Shades of Dark Orchid #AC3CCE

Tints of Dark Orchid #AC3CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.7%

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

R = 39.27%
G = 13.7%
B = 47.03%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC3CCE (or 0xAC3CCE) is known color: Dark Orchid. HEX triplet: AC, 3C and CE. RGB value is (172,60,206). Sum of RGB (Red+Green+Blue) = 172+60+206=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC3CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CCE is #53C331. Grayscale: #6D6D6D. Windows color (decimal): -5489458 or 13515948. OLE color: 13515948.

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

Color convert

RGB 172 60 206 -
CMYK 0.17 0.71 0 0.19
HSL 286.03º 0.6% 0.52% -
HSV(B) 286.03º 0.71% 0.81% -
XYZ 29.77 16.46 60 -
YUV 110.13 182.11 172.13 -
System Red Green Blue C M Y K H S L
Decimal 172 60 206 0.17 0.71 0 0.19 286.03 0.6 0.52
Hex AC 3C CE 11 47 0 13 11E 3C 34
Octal 254 74 316 21 107 0 23 436 74 64
Binary 10101100 111100 11001110 10001 1000111 0 10011 100011110 111100 110100

Color Harmonies of #AC3CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3CCE

Black with #AC3CCE

Text Example


Text Example

White with #AC3CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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