Html Css Color HEX #AD3DDF Dark Orchid

📋 copy color: '#AD3DDF'

red 173 ◦ green 61 ◦ blue 223

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

Shades of Dark Orchid #AD3DDF

Tints of Dark Orchid #AD3DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 37.86%
G = 13.35%
B = 48.8%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD3DDF (or 0xAD3DDF) is known color: Dark Orchid. HEX triplet: AD, 3D and DF. RGB value is (173,61,223). Sum of RGB (Red+Green+Blue) = 173+61+223=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD3DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DDF is #52C220. Grayscale: #707070. Windows color (decimal): -5423649 or 14630317. OLE color: 14630317.

HSL color Cylindrical-coordinate representation of color #AD3DDF: hue angle of 281.48º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3DDF is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 61 223 -
CMYK 0.22 0.73 0 0.13
HSL 281.48º 0.72% 0.56% -
HSV(B) 281.48º 0.73% 0.87% -
XYZ 32.22 17.55 71.5 -
YUV 112.96 190.11 170.83 -
System Red Green Blue C M Y K H S L
Decimal 173 61 223 0.22 0.73 0 0.13 281.48 0.72 0.56
Hex AD 3D DF 16 49 0 D 119 48 38
Octal 255 75 337 26 111 0 15 431 110 70
Binary 10101101 111101 11011111 10110 1001001 0 1101 100011001 1001000 111000

Color Harmonies of #AD3DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DDF

Black with #AD3DDF

Text Example


Text Example

White with #AD3DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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