Html Css Color HEX #AD2BAD Dark Orchid

📋 copy color: '#AD2BAD'

red 173 ◦ green 43 ◦ blue 173

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

Shades of Dark Orchid #AD2BAD

Tints of Dark Orchid #AD2BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.47%

R = 44.47%
G = 11.05%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD2BAD (or 0xAD2BAD) is known color: Dark Orchid. HEX triplet: AD, 2B and AD. RGB value is (173,43,173). Sum of RGB (Red+Green+Blue) = 173+43+173=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD2BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2BAD is #52D452. Grayscale: #606060. Windows color (decimal): -5428307 or 11348909. OLE color: 11348909.

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

Color convert

RGB 173 43 173 -
CMYK 0 0.75 0 0.32
HSL 300º 0.6% 0.42% -
HSV(B) 300º 0.75% 0.68% -
XYZ 25.64 13.63 40.81 -
YUV 96.69 171.07 182.43 -
System Red Green Blue C M Y K H S L
Decimal 173 43 173 0 0.75 0 0.32 300 0.6 0.42
Hex AD 2B AD 0 4B 0 20 12C 3C 2A
Octal 255 53 255 0 113 0 40 454 74 52
Binary 10101101 101011 10101101 0 1001011 0 100000 100101100 111100 101010

Color Harmonies of #AD2BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BAD

Black with #AD2BAD

Text Example


Text Example

White with #AD2BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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