Html Css Color HEX #AD3CBE Dark Orchid

📋 copy color: '#AD3CBE'

red 173 ◦ green 60 ◦ blue 190

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

Shades of Dark Orchid #AD3CBE

Tints of Dark Orchid #AD3CBE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.18%

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

R = 40.9%
G = 14.18%
B = 44.92%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD3CBE (or 0xAD3CBE) is known color: Dark Orchid. HEX triplet: AD, 3C and BE. RGB value is (173,60,190). Sum of RGB (Red+Green+Blue) = 173+60+190=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD3CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3CBE is #52C341. Grayscale: #6C6C6C. Windows color (decimal): -5423938 or 12467373. OLE color: 12467373.

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

Color convert

RGB 173 60 190 -
CMYK 0.09 0.68 0 0.25
HSL 292.15º 0.52% 0.49% -
HSV(B) 292.15º 0.68% 0.75% -
XYZ 28.14 15.83 50.29 -
YUV 108.61 173.94 173.93 -
System Red Green Blue C M Y K H S L
Decimal 173 60 190 0.09 0.68 0 0.25 292.15 0.52 0.49
Hex AD 3C BE 9 44 0 19 124 34 31
Octal 255 74 276 11 104 0 31 444 64 61
Binary 10101101 111100 10111110 1001 1000100 0 11001 100100100 110100 110001

Color Harmonies of #AD3CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CBE

Black with #AD3CBE

Text Example


Text Example

White with #AD3CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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