Html Css Color HEX #AD1ABC Dark Orchid

📋 copy color: '#AD1ABC'

red 173 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #AD1ABC

Tints of Dark Orchid #AD1ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.72%

 BLUE value IS 188 (73.83% from 255) = 48.58%

R = 44.7%
G = 6.72%
B = 48.58%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD1ABC (or 0xAD1ABC) is known color: Dark Orchid. HEX triplet: AD, 1A and BC. RGB value is (173,26,188). Sum of RGB (Red+Green+Blue) = 173+26+188=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD1ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ABC is #52E543. Grayscale: #575757. Windows color (decimal): -5432644 or 12327597. OLE color: 12327597.

HSL color Cylindrical-coordinate representation of color #AD1ABC: hue angle of 294.44º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1ABC is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 26 188 -
CMYK 0.08 0.86 0 0.26
HSL 294.44º 0.76% 0.42% -
HSV(B) 294.44º 0.86% 0.74% -
XYZ 26.68 13.25 48.73 -
YUV 88.42 184.2 188.33 -
System Red Green Blue C M Y K H S L
Decimal 173 26 188 0.08 0.86 0 0.26 294.44 0.76 0.42
Hex AD 1A BC 8 56 0 1A 126 4C 2A
Octal 255 32 274 10 126 0 32 446 114 52
Binary 10101101 11010 10111100 1000 1010110 0 11010 100100110 1001100 101010

Color Harmonies of #AD1ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1ABC

Black with #AD1ABC

Text Example


Text Example

White with #AD1ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1ABC; }

 p { color: rgb(173,26,188); }

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

background-color css

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

 a { background-color: rgb(173,26,188); }

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

border-color css

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

 span { border-color: rgb(173,26,188); }

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