Html Css Color HEX #AD1BCF Dark Orchid

📋 copy color: '#AD1BCF'

red 173 ◦ green 27 ◦ blue 207

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

Shades of Dark Orchid #AD1BCF

Tints of Dark Orchid #AD1BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.63%

 BLUE value IS 207 (81.25% from 255) = 50.86%

R = 42.51%
G = 6.63%
B = 50.86%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD1BCF (or 0xAD1BCF) is known color: Dark Orchid. HEX triplet: AD, 1B and CF. RGB value is (173,27,207). Sum of RGB (Red+Green+Blue) = 173+27+207=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 27 (10.94% from 255 or 6.63% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD1BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1BCF is #52E430. Grayscale: #5A5A5A. Windows color (decimal): -5432369 or 13573037. OLE color: 13573037.

HSL color Cylindrical-coordinate representation of color #AD1BCF: hue angle of 288.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1BCF is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 27 207 -
CMYK 0.16 0.87 0 0.19
HSL 288.67º 0.77% 0.46% -
HSV(B) 288.67º 0.87% 0.81% -
XYZ 28.89 14.17 60.24 -
YUV 91.17 193.37 186.36 -
System Red Green Blue C M Y K H S L
Decimal 173 27 207 0.16 0.87 0 0.19 288.67 0.77 0.46
Hex AD 1B CF 10 57 0 13 121 4D 2E
Octal 255 33 317 20 127 0 23 441 115 56
Binary 10101101 11011 11001111 10000 1010111 0 10011 100100001 1001101 101110

Color Harmonies of #AD1BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1BCF

Black with #AD1BCF

Text Example


Text Example

White with #AD1BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1BCF; }

 p { color: rgb(173,27,207); }

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

background-color css

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

 a { background-color: rgb(173,27,207); }

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

border-color css

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

 span { border-color: rgb(173,27,207); }

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