Html Css Color HEX #AD25D6 Dark Orchid

📋 copy color: '#AD25D6'

red 173 ◦ green 37 ◦ blue 214

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

Shades of Dark Orchid #AD25D6

Tints of Dark Orchid #AD25D6

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.73%

 BLUE value IS 214 (83.98% from 255) = 50.47%

R = 40.8%
G = 8.73%
B = 50.47%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD25D6 (or 0xAD25D6) is known color: Dark Orchid. HEX triplet: AD, 25 and D6. RGB value is (173,37,214). Sum of RGB (Red+Green+Blue) = 173+37+214=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD25D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD25D6 is #52DA29. Grayscale: #616161. Windows color (decimal): -5429802 or 14034349. OLE color: 14034349.

HSL color Cylindrical-coordinate representation of color #AD25D6: hue angle of 286.1º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD25D6 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 37 214 -
CMYK 0.19 0.83 0 0.16
HSL 286.1º 0.71% 0.49% -
HSV(B) 286.1º 0.83% 0.84% -
XYZ 30.03 15.06 64.94 -
YUV 97.84 193.56 181.61 -
System Red Green Blue C M Y K H S L
Decimal 173 37 214 0.19 0.83 0 0.16 286.1 0.71 0.49
Hex AD 25 D6 13 53 0 10 11E 47 31
Octal 255 45 326 23 123 0 20 436 107 61
Binary 10101101 100101 11010110 10011 1010011 0 10000 100011110 1000111 110001

Color Harmonies of #AD25D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25D6

Black with #AD25D6

Text Example


Text Example

White with #AD25D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25D6; }

 p { color: rgb(173,37,214); }

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

background-color css

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

 a { background-color: rgb(173,37,214); }

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

border-color css

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

 span { border-color: rgb(173,37,214); }

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