Html Css Color HEX #AD36DF Dark Orchid

📋 copy color: '#AD36DF'

red 173 ◦ green 54 ◦ blue 223

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

Shades of Dark Orchid #AD36DF

Tints of Dark Orchid #AD36DF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12%

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

R = 38.44%
G = 12%
B = 49.56%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD36DF (or 0xAD36DF) is known color: Dark Orchid. HEX triplet: AD, 36 and DF. RGB value is (173,54,223). Sum of RGB (Red+Green+Blue) = 173+54+223=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD36DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD36DF is #52C920. Grayscale: #6C6C6C. Windows color (decimal): -5425441 or 14628525. OLE color: 14628525.

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

Color convert

RGB 173 54 223 -
CMYK 0.22 0.76 0 0.13
HSL 282.25º 0.73% 0.54% -
HSV(B) 282.25º 0.76% 0.87% -
XYZ 31.87 16.85 71.38 -
YUV 108.85 192.42 173.76 -
System Red Green Blue C M Y K H S L
Decimal 173 54 223 0.22 0.76 0 0.13 282.25 0.73 0.54
Hex AD 36 DF 16 4C 0 D 11A 49 36
Octal 255 66 337 26 114 0 15 432 111 66
Binary 10101101 110110 11011111 10110 1001100 0 1101 100011010 1001001 110110

Color Harmonies of #AD36DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD36DF

Black with #AD36DF

Text Example


Text Example

White with #AD36DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD36DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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