Html Css Color HEX #AD28CF Dark Orchid

📋 copy color: '#AD28CF'

red 173 ◦ green 40 ◦ blue 207

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

Shades of Dark Orchid #AD28CF

Tints of Dark Orchid #AD28CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 41.19%
G = 9.52%
B = 49.29%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD28CF (or 0xAD28CF) is known color: Dark Orchid. HEX triplet: AD, 28 and CF. RGB value is (173,40,207). Sum of RGB (Red+Green+Blue) = 173+40+207=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD28CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD28CF is #52D730. Grayscale: #626262. Windows color (decimal): -5429041 or 13576365. OLE color: 13576365.

HSL color Cylindrical-coordinate representation of color #AD28CF: hue angle of 287.78º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD28CF is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 40 207 -
CMYK 0.16 0.81 0 0.19
HSL 287.78º 0.68% 0.48% -
HSV(B) 287.78º 0.81% 0.81% -
XYZ 29.25 14.91 60.37 -
YUV 98.81 189.06 180.92 -
System Red Green Blue C M Y K H S L
Decimal 173 40 207 0.16 0.81 0 0.19 287.78 0.68 0.48
Hex AD 28 CF 10 51 0 13 120 44 30
Octal 255 50 317 20 121 0 23 440 104 60
Binary 10101101 101000 11001111 10000 1010001 0 10011 100100000 1000100 110000

Color Harmonies of #AD28CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD28CF

Black with #AD28CF

Text Example


Text Example

White with #AD28CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD28CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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