Html Css Color HEX #AC3CC0 Dark Orchid

📋 copy color: '#AC3CC0'

red 172 ◦ green 60 ◦ blue 192

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

Shades of Dark Orchid #AC3CC0

Tints of Dark Orchid #AC3CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.28%

R = 40.57%
G = 14.15%
B = 45.28%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC3CC0 (or 0xAC3CC0) is known color: Dark Orchid. HEX triplet: AC, 3C and C0. RGB value is (172,60,192). Sum of RGB (Red+Green+Blue) = 172+60+192=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC3CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CC0 is #53C33F. Grayscale: #6C6C6C. Windows color (decimal): -5489472 or 12598444. OLE color: 12598444.

HSL color Cylindrical-coordinate representation of color #AC3CC0: hue angle of 290.91º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC3CC0 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 60 192 -
CMYK 0.10 0.69 0 0.25
HSL 290.91º 0.52% 0.49% -
HSV(B) 290.91º 0.69% 0.75% -
XYZ 28.14 15.81 51.44 -
YUV 108.54 175.11 173.27 -
System Red Green Blue C M Y K H S L
Decimal 172 60 192 0.10 0.69 0 0.25 290.91 0.52 0.49
Hex AC 3C C0 A 45 0 19 123 34 31
Octal 254 74 300 12 105 0 31 443 64 61
Binary 10101100 111100 11000000 1010 1000101 0 11001 100100011 110100 110001

Color Harmonies of #AC3CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3CC0

Black with #AC3CC0

Text Example


Text Example

White with #AC3CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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