Html Css Color HEX #AD1CBC Dark Orchid

📋 copy color: '#AD1CBC'

red 173 ◦ green 28 ◦ blue 188

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

Shades of Dark Orchid #AD1CBC

Tints of Dark Orchid #AD1CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.2%

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

R = 44.47%
G = 7.2%
B = 48.33%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD1CBC (or 0xAD1CBC) is known color: Dark Orchid. HEX triplet: AD, 1C and BC. RGB value is (173,28,188). Sum of RGB (Red+Green+Blue) = 173+28+188=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD1CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1CBC is #52E343. Grayscale: #595959. Windows color (decimal): -5432132 or 12328109. OLE color: 12328109.

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

Color convert

RGB 173 28 188 -
CMYK 0.08 0.85 0 0.26
HSL 294.38º 0.74% 0.42% -
HSV(B) 294.38º 0.85% 0.74% -
XYZ 26.73 13.35 48.74 -
YUV 89.6 183.54 187.49 -
System Red Green Blue C M Y K H S L
Decimal 173 28 188 0.08 0.85 0 0.26 294.38 0.74 0.42
Hex AD 1C BC 8 55 0 1A 126 4A 2A
Octal 255 34 274 10 125 0 32 446 112 52
Binary 10101101 11100 10111100 1000 1010101 0 11010 100100110 1001010 101010

Color Harmonies of #AD1CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1CBC

Black with #AD1CBC

Text Example


Text Example

White with #AD1CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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