Html Css Color HEX #AD2CBB Dark Orchid

📋 copy color: '#AD2CBB'

red 173 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #AD2CBB

Tints of Dark Orchid #AD2CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.29%

R = 42.82%
G = 10.89%
B = 46.29%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD2CBB (or 0xAD2CBB) is known color: Dark Orchid. HEX triplet: AD, 2C and BB. RGB value is (173,44,187). Sum of RGB (Red+Green+Blue) = 173+44+187=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD2CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2CBB is #52D344. Grayscale: #626262. Windows color (decimal): -5428037 or 12266669. OLE color: 12266669.

HSL color Cylindrical-coordinate representation of color #AD2CBB: hue angle of 294.13º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2CBB is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 44 187 -
CMYK 0.07 0.76 0 0.27
HSL 294.13º 0.62% 0.45% -
HSV(B) 294.13º 0.76% 0.73% -
XYZ 27.1 14.27 48.34 -
YUV 98.87 177.74 180.87 -
System Red Green Blue C M Y K H S L
Decimal 173 44 187 0.07 0.76 0 0.27 294.13 0.62 0.45
Hex AD 2C BB 7 4C 0 1B 126 3E 2D
Octal 255 54 273 7 114 0 33 446 76 55
Binary 10101101 101100 10111011 111 1001100 0 11011 100100110 111110 101101

Color Harmonies of #AD2CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2CBB

Black with #AD2CBB

Text Example


Text Example

White with #AD2CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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