Html Css Color HEX #AD3DBE Dark Orchid

📋 copy color: '#AD3DBE'

red 173 ◦ green 61 ◦ blue 190

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

Shades of Dark Orchid #AD3DBE

Tints of Dark Orchid #AD3DBE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.39%

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

R = 40.8%
G = 14.39%
B = 44.81%

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

#AD3DBE (or 0xAD3DBE) is known color: Dark Orchid. HEX triplet: AD, 3D and BE. RGB value is (173,61,190). Sum of RGB (Red+Green+Blue) = 173+61+190=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD3DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DBE is #52C241. Grayscale: #6C6C6C. Windows color (decimal): -5423682 or 12467629. OLE color: 12467629.

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

Color convert

RGB 173 61 190 -
CMYK 0.09 0.68 0 0.25
HSL 292.09º 0.51% 0.49% -
HSV(B) 292.09º 0.68% 0.75% -
XYZ 28.2 15.94 50.31 -
YUV 109.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 173 61 190 0.09 0.68 0 0.25 292.09 0.51 0.49
Hex AD 3D BE 9 44 0 19 124 33 31
Octal 255 75 276 11 104 0 31 444 63 61
Binary 10101101 111101 10111110 1001 1000100 0 11001 100100100 110011 110001

Color Harmonies of #AD3DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DBE

Black with #AD3DBE

Text Example


Text Example

White with #AD3DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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