Html Css Color HEX #AD37DF Dark Orchid

📋 copy color: '#AD37DF'

red 173 ◦ green 55 ◦ blue 223

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

Shades of Dark Orchid #AD37DF

Tints of Dark Orchid #AD37DF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.2%

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

R = 38.36%
G = 12.2%
B = 49.45%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD37DF (or 0xAD37DF) is known color: Dark Orchid. HEX triplet: AD, 37 and DF. RGB value is (173,55,223). Sum of RGB (Red+Green+Blue) = 173+55+223=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD37DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD37DF is #52C820. Grayscale: #6C6C6C. Windows color (decimal): -5425185 or 14628781. OLE color: 14628781.

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

Color convert

RGB 173 55 223 -
CMYK 0.22 0.75 0 0.13
HSL 282.14º 0.72% 0.55% -
HSV(B) 282.14º 0.75% 0.87% -
XYZ 31.92 16.94 71.4 -
YUV 109.43 192.09 173.34 -
System Red Green Blue C M Y K H S L
Decimal 173 55 223 0.22 0.75 0 0.13 282.14 0.72 0.55
Hex AD 37 DF 16 4B 0 D 11A 48 37
Octal 255 67 337 26 113 0 15 432 110 67
Binary 10101101 110111 11011111 10110 1001011 0 1101 100011010 1001000 110111

Color Harmonies of #AD37DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD37DF

Black with #AD37DF

Text Example


Text Example

White with #AD37DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD37DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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