Html Css Color HEX #AD25C0 Dark Orchid

📋 copy color: '#AD25C0'

red 173 ◦ green 37 ◦ blue 192

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

Shades of Dark Orchid #AD25C0

Tints of Dark Orchid #AD25C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.76%

R = 43.03%
G = 9.2%
B = 47.76%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD25C0 (or 0xAD25C0) is known color: Dark Orchid. HEX triplet: AD, 25 and C0. RGB value is (173,37,192). Sum of RGB (Red+Green+Blue) = 173+37+192=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD25C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD25C0 is #52DA3F. Grayscale: #5E5E5E. Windows color (decimal): -5429824 or 12592557. OLE color: 12592557.

HSL color Cylindrical-coordinate representation of color #AD25C0: hue angle of 292.65º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD25C0 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 37 192 -
CMYK 0.10 0.81 0 0.25
HSL 292.65º 0.68% 0.45% -
HSV(B) 292.65º 0.81% 0.75% -
XYZ 27.41 14.01 51.13 -
YUV 95.33 182.56 183.4 -
System Red Green Blue C M Y K H S L
Decimal 173 37 192 0.10 0.81 0 0.25 292.65 0.68 0.45
Hex AD 25 C0 A 51 0 19 125 44 2D
Octal 255 45 300 12 121 0 31 445 104 55
Binary 10101101 100101 11000000 1010 1010001 0 11001 100100101 1000100 101101

Color Harmonies of #AD25C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25C0

Black with #AD25C0

Text Example


Text Example

White with #AD25C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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