Html Css Color HEX #AC3AC0 Dark Orchid

📋 copy color: '#AC3AC0'

red 172 ◦ green 58 ◦ blue 192

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

Shades of Dark Orchid #AC3AC0

Tints of Dark Orchid #AC3AC0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.74%

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

R = 40.76%
G = 13.74%
B = 45.5%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC3AC0 (or 0xAC3AC0) is known color: Dark Orchid. HEX triplet: AC, 3A and C0. RGB value is (172,58,192). Sum of RGB (Red+Green+Blue) = 172+58+192=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC3AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3AC0 is #53C53F. Grayscale: #6A6A6A. Windows color (decimal): -5489984 or 12597932. OLE color: 12597932.

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

Color convert

RGB 172 58 192 -
CMYK 0.10 0.70 0 0.25
HSL 291.04º 0.54% 0.49% -
HSV(B) 291.04º 0.7% 0.75% -
XYZ 28.04 15.6 51.4 -
YUV 107.36 175.77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 172 58 192 0.10 0.70 0 0.25 291.04 0.54 0.49
Hex AC 3A C0 A 46 0 19 123 36 31
Octal 254 72 300 12 106 0 31 443 66 61
Binary 10101100 111010 11000000 1010 1000110 0 11001 100100011 110110 110001

Color Harmonies of #AC3AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3AC0

Black with #AC3AC0

Text Example


Text Example

White with #AC3AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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