Html Css Color HEX #AD2CBD Dark Orchid

📋 copy color: '#AD2CBD'

red 173 ◦ green 44 ◦ blue 189

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

Shades of Dark Orchid #AD2CBD

Tints of Dark Orchid #AD2CBD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.84%

 BLUE value IS 189 (74.22% from 255) = 46.55%

R = 42.61%
G = 10.84%
B = 46.55%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD2CBD (or 0xAD2CBD) is known color: Dark Orchid. HEX triplet: AD, 2C and BD. RGB value is (173,44,189). Sum of RGB (Red+Green+Blue) = 173+44+189=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD2CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2CBD is #52D342. Grayscale: #626262. Windows color (decimal): -5428035 or 12397741. OLE color: 12397741.

HSL color Cylindrical-coordinate representation of color #AD2CBD: hue angle of 293.38º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2CBD is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 44 189 -
CMYK 0.08 0.77 0 0.26
HSL 293.38º 0.62% 0.46% -
HSV(B) 293.38º 0.77% 0.74% -
XYZ 27.32 14.36 49.48 -
YUV 99.1 178.74 180.71 -
System Red Green Blue C M Y K H S L
Decimal 173 44 189 0.08 0.77 0 0.26 293.38 0.62 0.46
Hex AD 2C BD 8 4D 0 1A 125 3E 2E
Octal 255 54 275 10 115 0 32 445 76 56
Binary 10101101 101100 10111101 1000 1001101 0 11010 100100101 111110 101110

Color Harmonies of #AD2CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2CBD

Black with #AD2CBD

Text Example


Text Example

White with #AD2CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2CBD; }

 p { color: rgb(173,44,189); }

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

background-color css

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

 a { background-color: rgb(173,44,189); }

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

border-color css

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

 span { border-color: rgb(173,44,189); }

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