Html Css Color HEX #AD25C6 Dark Orchid

📋 copy color: '#AD25C6'

red 173 ◦ green 37 ◦ blue 198

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

Shades of Dark Orchid #AD25C6

Tints of Dark Orchid #AD25C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.53%

R = 42.4%
G = 9.07%
B = 48.53%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD25C6 (or 0xAD25C6) is known color: Dark Orchid. HEX triplet: AD, 25 and C6. RGB value is (173,37,198). Sum of RGB (Red+Green+Blue) = 173+37+198=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD25C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD25C6 is #52DA39. Grayscale: #5F5F5F. Windows color (decimal): -5429818 or 12985773. OLE color: 12985773.

HSL color Cylindrical-coordinate representation of color #AD25C6: hue angle of 290.68º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD25C6 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 37 198 -
CMYK 0.13 0.81 0 0.22
HSL 290.68º 0.69% 0.46% -
HSV(B) 290.68º 0.81% 0.78% -
XYZ 28.09 14.28 54.7 -
YUV 96.02 185.56 182.91 -
System Red Green Blue C M Y K H S L
Decimal 173 37 198 0.13 0.81 0 0.22 290.68 0.69 0.46
Hex AD 25 C6 D 51 0 16 123 45 2E
Octal 255 45 306 15 121 0 26 443 105 56
Binary 10101101 100101 11000110 1101 1010001 0 10110 100100011 1000101 101110

Color Harmonies of #AD25C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25C6

Black with #AD25C6

Text Example


Text Example

White with #AD25C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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