Html Css Color HEX #AD2CBE Dark Orchid

📋 copy color: '#AD2CBE'

red 173 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #AD2CBE

Tints of Dark Orchid #AD2CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 42.51%
G = 10.81%
B = 46.68%

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

#AD2CBE (or 0xAD2CBE) is known color: Dark Orchid. HEX triplet: AD, 2C and BE. RGB value is (173,44,190). Sum of RGB (Red+Green+Blue) = 173+44+190=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD2CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2CBE is #52D341. Grayscale: #626262. Windows color (decimal): -5428034 or 12463277. OLE color: 12463277.

HSL color Cylindrical-coordinate representation of color #AD2CBE: hue angle of 293.01º degrees, saturation: 0.62, 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 #AD2CBE is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 44 190 -
CMYK 0.09 0.77 0 0.25
HSL 293.01º 0.62% 0.46% -
HSV(B) 293.01º 0.77% 0.75% -
XYZ 27.43 14.4 50.05 -
YUV 99.22 179.24 180.63 -
System Red Green Blue C M Y K H S L
Decimal 173 44 190 0.09 0.77 0 0.25 293.01 0.62 0.46
Hex AD 2C BE 9 4D 0 19 125 3E 2E
Octal 255 54 276 11 115 0 31 445 76 56
Binary 10101101 101100 10111110 1001 1001101 0 11001 100100101 111110 101110

Color Harmonies of #AD2CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2CBE

Black with #AD2CBE

Text Example


Text Example

White with #AD2CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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