Html Css Color HEX #AD1BB7 Dark Orchid

📋 copy color: '#AD1BB7'

red 173 ◦ green 27 ◦ blue 183

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

Shades of Dark Orchid #AD1BB7

Tints of Dark Orchid #AD1BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.78%

R = 45.17%
G = 7.05%
B = 47.78%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD1BB7 (or 0xAD1BB7) is known color: Dark Orchid. HEX triplet: AD, 1B and B7. RGB value is (173,27,183). Sum of RGB (Red+Green+Blue) = 173+27+183=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 183 (71.88% from 255 or 47.78% from 383); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD1BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1BB7 is #52E448. Grayscale: #575757. Windows color (decimal): -5432393 or 12000173. OLE color: 12000173.

HSL color Cylindrical-coordinate representation of color #AD1BB7: hue angle of 296.15º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1BB7 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 27 183 -
CMYK 0.05 0.85 0 0.28
HSL 296.15º 0.74% 0.41% -
HSV(B) 296.15º 0.85% 0.72% -
XYZ 26.17 13.09 45.95 -
YUV 88.44 181.37 188.32 -
System Red Green Blue C M Y K H S L
Decimal 173 27 183 0.05 0.85 0 0.28 296.15 0.74 0.41
Hex AD 1B B7 5 55 0 1C 128 4A 29
Octal 255 33 267 5 125 0 34 450 112 51
Binary 10101101 11011 10110111 101 1010101 0 11100 100101000 1001010 101001

Color Harmonies of #AD1BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1BB7

Black with #AD1BB7

Text Example


Text Example

White with #AD1BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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