Html Css Color HEX #AC3CCC Dark Orchid

📋 copy color: '#AC3CCC'

red 172 ◦ green 60 ◦ blue 204

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

Shades of Dark Orchid #AC3CCC

Tints of Dark Orchid #AC3CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 39.45%
G = 13.76%
B = 46.79%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC3CCC (or 0xAC3CCC) is known color: Dark Orchid. HEX triplet: AC, 3C and CC. RGB value is (172,60,204). Sum of RGB (Red+Green+Blue) = 172+60+204=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC3CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CCC is #53C333. Grayscale: #6D6D6D. Windows color (decimal): -5489460 or 13384876. OLE color: 13384876.

HSL color Cylindrical-coordinate representation of color #AC3CCC: hue angle of 286.67º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3CCC is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 60 204 -
CMYK 0.16 0.71 0 0.2
HSL 286.67º 0.59% 0.52% -
HSV(B) 286.67º 0.71% 0.8% -
XYZ 29.53 16.36 58.73 -
YUV 109.9 181.11 172.29 -
System Red Green Blue C M Y K H S L
Decimal 172 60 204 0.16 0.71 0 0.2 286.67 0.59 0.52
Hex AC 3C CC 10 47 0 14 11F 3B 34
Octal 254 74 314 20 107 0 24 437 73 64
Binary 10101100 111100 11001100 10000 1000111 0 10100 100011111 111011 110100

Color Harmonies of #AC3CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3CCC

Black with #AC3CCC

Text Example


Text Example

White with #AC3CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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