Html Css Color HEX #AD28DF Dark Orchid

📋 copy color: '#AD28DF'

red 173 ◦ green 40 ◦ blue 223

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

Shades of Dark Orchid #AD28DF

Tints of Dark Orchid #AD28DF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.17%

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

R = 39.68%
G = 9.17%
B = 51.15%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD28DF (or 0xAD28DF) is known color: Dark Orchid. HEX triplet: AD, 28 and DF. RGB value is (173,40,223). Sum of RGB (Red+Green+Blue) = 173+40+223=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD28DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD28DF is #52D720. Grayscale: #646464. Windows color (decimal): -5429025 or 14624941. OLE color: 14624941.

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

Color convert

RGB 173 40 223 -
CMYK 0.22 0.82 0 0.13
HSL 283.61º 0.74% 0.52% -
HSV(B) 283.61º 0.82% 0.87% -
XYZ 31.31 15.73 71.2 -
YUV 100.63 197.06 179.62 -
System Red Green Blue C M Y K H S L
Decimal 173 40 223 0.22 0.82 0 0.13 283.61 0.74 0.52
Hex AD 28 DF 16 52 0 D 11C 4A 34
Octal 255 50 337 26 122 0 15 434 112 64
Binary 10101101 101000 11011111 10110 1010010 0 1101 100011100 1001010 110100

Color Harmonies of #AD28DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD28DF

Black with #AD28DF

Text Example


Text Example

White with #AD28DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD28DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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