Html Css Color HEX #AD1CAC Dark Orchid

📋 copy color: '#AD1CAC'

red 173 ◦ green 28 ◦ blue 172

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

Shades of Dark Orchid #AD1CAC

Tints of Dark Orchid #AD1CAC

RGB

 RED value IS 173 (67.97% from 255) = 46.38%

 GREEN value IS 28 (11.33% from 255) = 7.51%

 BLUE value IS 172 (67.58% from 255) = 46.11%

R = 46.38%
G = 7.51%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD1CAC (or 0xAD1CAC) is known color: Dark Orchid. HEX triplet: AD, 1C and AC. RGB value is (173,28,172). Sum of RGB (Red+Green+Blue) = 173+28+172=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1CAC is #52E353. Grayscale: #575757. Windows color (decimal): -5432148 or 11279533. OLE color: 11279533.

HSL color Cylindrical-coordinate representation of color #AD1CAC: hue angle of 300.41º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1CAC is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 28 172 -
CMYK 0 0.84 0.01 0.32
HSL 300.41º 0.72% 0.39% -
HSV(B) 300.41º 0.84% 0.68% -
XYZ 25.1 12.69 40.16 -
YUV 87.77 175.54 188.79 -
System Red Green Blue C M Y K H S L
Decimal 173 28 172 0 0.84 0.01 0.32 300.41 0.72 0.39
Hex AD 1C AC 0 54 1 20 12C 48 27
Octal 255 34 254 0 124 1 40 454 110 47
Binary 10101101 11100 10101100 0 1010100 1 100000 100101100 1001000 100111

Color Harmonies of #AD1CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1CAC

Black with #AD1CAC

Text Example


Text Example

White with #AD1CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1CAC; }

 p { color: rgb(173,28,172); }

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

background-color css

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

 a { background-color: rgb(173,28,172); }

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

border-color css

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

 span { border-color: rgb(173,28,172); }

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