Html Css Color HEX #AD2CBF Dark Orchid

📋 copy color: '#AD2CBF'

red 173 ◦ green 44 ◦ blue 191

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

Shades of Dark Orchid #AD2CBF

Tints of Dark Orchid #AD2CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.81%

R = 42.4%
G = 10.78%
B = 46.81%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD2CBF (or 0xAD2CBF) is known color: Dark Orchid. HEX triplet: AD, 2C and BF. RGB value is (173,44,191). Sum of RGB (Red+Green+Blue) = 173+44+191=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 44 (17.58% from 255 or 10.78% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD2CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2CBF is #52D340. Grayscale: #626262. Windows color (decimal): -5428033 or 12528813. OLE color: 12528813.

HSL color Cylindrical-coordinate representation of color #AD2CBF: hue angle of 292.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2CBF is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 44 191 -
CMYK 0.09 0.77 0 0.25
HSL 292.65º 0.63% 0.46% -
HSV(B) 292.65º 0.77% 0.75% -
XYZ 27.54 14.45 50.63 -
YUV 99.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 173 44 191 0.09 0.77 0 0.25 292.65 0.63 0.46
Hex AD 2C BF 9 4D 0 19 125 3F 2E
Octal 255 54 277 11 115 0 31 445 77 56
Binary 10101101 101100 10111111 1001 1001101 0 11001 100100101 111111 101110

Color Harmonies of #AD2CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2CBF

Black with #AD2CBF

Text Example


Text Example

White with #AD2CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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