Html Css Color HEX #AD1ACB Dark Orchid

📋 copy color: '#AD1ACB'

red 173 ◦ green 26 ◦ blue 203

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

Shades of Dark Orchid #AD1ACB

Tints of Dark Orchid #AD1ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 43.03%
G = 6.47%
B = 50.5%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD1ACB (or 0xAD1ACB) is known color: Dark Orchid. HEX triplet: AD, 1A and CB. RGB value is (173,26,203). Sum of RGB (Red+Green+Blue) = 173+26+203=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD1ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ACB is #52E534. Grayscale: #595959. Windows color (decimal): -5432629 or 13310637. OLE color: 13310637.

HSL color Cylindrical-coordinate representation of color #AD1ACB: hue angle of 289.83º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1ACB is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 26 203 -
CMYK 0.15 0.87 0 0.20
HSL 289.83º 0.77% 0.45% -
HSV(B) 289.83º 0.87% 0.8% -
XYZ 28.38 13.93 57.69 -
YUV 90.13 191.7 187.11 -
System Red Green Blue C M Y K H S L
Decimal 173 26 203 0.15 0.87 0 0.20 289.83 0.77 0.45
Hex AD 1A CB F 57 0 14 122 4D 2D
Octal 255 32 313 17 127 0 24 442 115 55
Binary 10101101 11010 11001011 1111 1010111 0 10100 100100010 1001101 101101

Color Harmonies of #AD1ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1ACB

Black with #AD1ACB

Text Example


Text Example

White with #AD1ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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