Html Css Color HEX #AD18C1 Dark Orchid

📋 copy color: '#AD18C1'

red 173 ◦ green 24 ◦ blue 193

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

Shades of Dark Orchid #AD18C1

Tints of Dark Orchid #AD18C1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.15%

 BLUE value IS 193 (75.78% from 255) = 49.49%

R = 44.36%
G = 6.15%
B = 49.49%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD18C1 (or 0xAD18C1) is known color: Dark Orchid. HEX triplet: AD, 18 and C1. RGB value is (173,24,193). Sum of RGB (Red+Green+Blue) = 173+24+193=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD18C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD18C1 is #52E73E. Grayscale: #575757. Windows color (decimal): -5433151 or 12654765. OLE color: 12654765.

HSL color Cylindrical-coordinate representation of color #AD18C1: hue angle of 292.9º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD18C1 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 24 193 -
CMYK 0.10 0.88 0 0.24
HSL 292.9º 0.78% 0.43% -
HSV(B) 292.9º 0.88% 0.76% -
XYZ 27.19 13.39 51.6 -
YUV 87.82 187.36 188.76 -
System Red Green Blue C M Y K H S L
Decimal 173 24 193 0.10 0.88 0 0.24 292.9 0.78 0.43
Hex AD 18 C1 A 58 0 18 125 4E 2B
Octal 255 30 301 12 130 0 30 445 116 53
Binary 10101101 11000 11000001 1010 1011000 0 11000 100100101 1001110 101011

Color Harmonies of #AD18C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD18C1

Black with #AD18C1

Text Example


Text Example

White with #AD18C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD18C1; }

 p { color: rgb(173,24,193); }

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

background-color css

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

 a { background-color: rgb(173,24,193); }

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

border-color css

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

 span { border-color: rgb(173,24,193); }

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