Html Css Color HEX #AD2BAC Dark Orchid

📋 copy color: '#AD2BAC'

red 173 ◦ green 43 ◦ blue 172

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

Shades of Dark Orchid #AD2BAC

Tints of Dark Orchid #AD2BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.08%

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

R = 44.59%
G = 11.08%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD2BAC (or 0xAD2BAC) is known color: Dark Orchid. HEX triplet: AD, 2B and AC. RGB value is (173,43,172). Sum of RGB (Red+Green+Blue) = 173+43+172=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2BAC is #52D453. Grayscale: #606060. Windows color (decimal): -5428308 or 11283373. OLE color: 11283373.

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

Color convert

RGB 173 43 172 -
CMYK 0 0.75 0.01 0.32
HSL 300.46º 0.6% 0.42% -
HSV(B) 300.46º 0.75% 0.68% -
XYZ 25.54 13.59 40.31 -
YUV 96.58 170.57 182.51 -
System Red Green Blue C M Y K H S L
Decimal 173 43 172 0 0.75 0.01 0.32 300.46 0.6 0.42
Hex AD 2B AC 0 4B 1 20 12C 3C 2A
Octal 255 53 254 0 113 1 40 454 74 52
Binary 10101101 101011 10101100 0 1001011 1 100000 100101100 111100 101010

Color Harmonies of #AD2BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BAC

Black with #AD2BAC

Text Example


Text Example

White with #AD2BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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