Html Css Color HEX #AD28BA Dark Orchid

📋 copy color: '#AD28BA'

red 173 ◦ green 40 ◦ blue 186

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

Shades of Dark Orchid #AD28BA

Tints of Dark Orchid #AD28BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 43.36%
G = 10.03%
B = 46.62%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD28BA (or 0xAD28BA) is known color: Dark Orchid. HEX triplet: AD, 28 and BA. RGB value is (173,40,186). Sum of RGB (Red+Green+Blue) = 173+40+186=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD28BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD28BA is #52D745. Grayscale: #5F5F5F. Windows color (decimal): -5429062 or 12200109. OLE color: 12200109.

HSL color Cylindrical-coordinate representation of color #AD28BA: hue angle of 294.66º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD28BA is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 40 186 -
CMYK 0.07 0.78 0 0.27
HSL 294.66º 0.65% 0.44% -
HSV(B) 294.66º 0.78% 0.73% -
XYZ 26.86 13.95 47.73 -
YUV 96.41 178.56 182.63 -
System Red Green Blue C M Y K H S L
Decimal 173 40 186 0.07 0.78 0 0.27 294.66 0.65 0.44
Hex AD 28 BA 7 4E 0 1B 127 41 2C
Octal 255 50 272 7 116 0 33 447 101 54
Binary 10101101 101000 10111010 111 1001110 0 11011 100100111 1000001 101100

Color Harmonies of #AD28BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD28BA

Black with #AD28BA

Text Example


Text Example

White with #AD28BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD28BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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