Html Css Color HEX #AD1ECA Dark Orchid

📋 copy color: '#AD1ECA'

red 173 ◦ green 30 ◦ blue 202

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

Shades of Dark Orchid #AD1ECA

Tints of Dark Orchid #AD1ECA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.41%

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

R = 42.72%
G = 7.41%
B = 49.88%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD1ECA (or 0xAD1ECA) is known color: Dark Orchid. HEX triplet: AD, 1E and CA. RGB value is (173,30,202). Sum of RGB (Red+Green+Blue) = 173+30+202=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD1ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ECA is #52E135. Grayscale: #5B5B5B. Windows color (decimal): -5431606 or 13246125. OLE color: 13246125.

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

Color convert

RGB 173 30 202 -
CMYK 0.14 0.85 0 0.21
HSL 289.88º 0.74% 0.45% -
HSV(B) 289.88º 0.85% 0.79% -
XYZ 28.36 14.08 57.1 -
YUV 92.37 189.88 185.51 -
System Red Green Blue C M Y K H S L
Decimal 173 30 202 0.14 0.85 0 0.21 289.88 0.74 0.45
Hex AD 1E CA E 55 0 15 122 4A 2D
Octal 255 36 312 16 125 0 25 442 112 55
Binary 10101101 11110 11001010 1110 1010101 0 10101 100100010 1001010 101101

Color Harmonies of #AD1ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1ECA

Black with #AD1ECA

Text Example


Text Example

White with #AD1ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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