Html Css Color HEX #AD28B6 Dark Orchid

📋 copy color: '#AD28B6'

red 173 ◦ green 40 ◦ blue 182

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

Shades of Dark Orchid #AD28B6

Tints of Dark Orchid #AD28B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.08%

R = 43.8%
G = 10.13%
B = 46.08%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD28B6 (or 0xAD28B6) is known color: Dark Orchid. HEX triplet: AD, 28 and B6. RGB value is (173,40,182). Sum of RGB (Red+Green+Blue) = 173+40+182=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD28B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD28B6 is #52D749. Grayscale: #5F5F5F. Windows color (decimal): -5429066 or 11937965. OLE color: 11937965.

HSL color Cylindrical-coordinate representation of color #AD28B6: hue angle of 296.2º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD28B6 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 40 182 -
CMYK 0.05 0.78 0 0.29
HSL 296.2º 0.64% 0.44% -
HSV(B) 296.2º 0.78% 0.71% -
XYZ 26.44 13.78 45.52 -
YUV 95.96 176.56 182.95 -
System Red Green Blue C M Y K H S L
Decimal 173 40 182 0.05 0.78 0 0.29 296.2 0.64 0.44
Hex AD 28 B6 5 4E 0 1D 128 40 2C
Octal 255 50 266 5 116 0 35 450 100 54
Binary 10101101 101000 10110110 101 1001110 0 11101 100101000 1000000 101100

Color Harmonies of #AD28B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD28B6

Black with #AD28B6

Text Example


Text Example

White with #AD28B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD28B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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