Html Css Color HEX #AD2BAB Dark Orchid

📋 copy color: '#AD2BAB'

red 173 ◦ green 43 ◦ blue 171

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

Shades of Dark Orchid #AD2BAB

Tints of Dark Orchid #AD2BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 44.7%
G = 11.11%
B = 44.19%

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

#AD2BAB (or 0xAD2BAB) is known color: Dark Orchid. HEX triplet: AD, 2B and AB. RGB value is (173,43,171). Sum of RGB (Red+Green+Blue) = 173+43+171=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2BAB is #52D454. Grayscale: #606060. Windows color (decimal): -5428309 or 11217837. OLE color: 11217837.

HSL color Cylindrical-coordinate representation of color #AD2BAB: hue angle of 300.92º 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 #AD2BAB is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 43 171 -
CMYK 0 0.75 0.01 0.32
HSL 300.92º 0.6% 0.42% -
HSV(B) 300.92º 0.75% 0.68% -
XYZ 25.45 13.55 39.8 -
YUV 96.46 170.07 182.59 -
System Red Green Blue C M Y K H S L
Decimal 173 43 171 0 0.75 0.01 0.32 300.92 0.6 0.42
Hex AD 2B AB 0 4B 1 20 12D 3C 2A
Octal 255 53 253 0 113 1 40 455 74 52
Binary 10101101 101011 10101011 0 1001011 1 100000 100101101 111100 101010

Color Harmonies of #AD2BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BAB

Black with #AD2BAB

Text Example


Text Example

White with #AD2BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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