Html Css Color HEX #AD28DA Dark Orchid

📋 copy color: '#AD28DA'

red 173 ◦ green 40 ◦ blue 218

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

Shades of Dark Orchid #AD28DA

Tints of Dark Orchid #AD28DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 40.14%
G = 9.28%
B = 50.58%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD28DA (or 0xAD28DA) is known color: Dark Orchid. HEX triplet: AD, 28 and DA. RGB value is (173,40,218). Sum of RGB (Red+Green+Blue) = 173+40+218=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD28DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD28DA is #52D725. Grayscale: #636363. Windows color (decimal): -5429030 or 14297261. OLE color: 14297261.

HSL color Cylindrical-coordinate representation of color #AD28DA: hue angle of 284.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD28DA is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 40 218 -
CMYK 0.21 0.82 0 0.15
HSL 284.83º 0.71% 0.51% -
HSV(B) 284.83º 0.82% 0.85% -
XYZ 30.65 15.46 67.7 -
YUV 100.06 194.56 180.03 -
System Red Green Blue C M Y K H S L
Decimal 173 40 218 0.21 0.82 0 0.15 284.83 0.71 0.51
Hex AD 28 DA 15 52 0 F 11D 47 33
Octal 255 50 332 25 122 0 17 435 107 63
Binary 10101101 101000 11011010 10101 1010010 0 1111 100011101 1000111 110011

Color Harmonies of #AD28DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD28DA

Black with #AD28DA

Text Example


Text Example

White with #AD28DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD28DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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