Html Css Color HEX #AD18CA Dark Orchid

📋 copy color: '#AD18CA'

red 173 ◦ green 24 ◦ blue 202

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

Shades of Dark Orchid #AD18CA

Tints of Dark Orchid #AD18CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.63%

R = 43.36%
G = 6.02%
B = 50.63%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD18CA (or 0xAD18CA) is known color: Dark Orchid. HEX triplet: AD, 18 and CA. RGB value is (173,24,202). Sum of RGB (Red+Green+Blue) = 173+24+202=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD18CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD18CA is #52E735. Grayscale: #585858. Windows color (decimal): -5433142 or 13244589. OLE color: 13244589.

HSL color Cylindrical-coordinate representation of color #AD18CA: hue angle of 290.22º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD18CA is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 24 202 -
CMYK 0.14 0.88 0 0.21
HSL 290.22º 0.79% 0.44% -
HSV(B) 290.22º 0.88% 0.79% -
XYZ 28.22 13.8 57.05 -
YUV 88.84 191.86 188.03 -
System Red Green Blue C M Y K H S L
Decimal 173 24 202 0.14 0.88 0 0.21 290.22 0.79 0.44
Hex AD 18 CA E 58 0 15 122 4F 2C
Octal 255 30 312 16 130 0 25 442 117 54
Binary 10101101 11000 11001010 1110 1011000 0 10101 100100010 1001111 101100

Color Harmonies of #AD18CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD18CA

Black with #AD18CA

Text Example


Text Example

White with #AD18CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD18CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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