Html Css Color HEX #AD1BBF Dark Orchid

📋 copy color: '#AD1BBF'

red 173 ◦ green 27 ◦ blue 191

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

Shades of Dark Orchid #AD1BBF

Tints of Dark Orchid #AD1BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.85%

R = 44.25%
G = 6.91%
B = 48.85%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD1BBF (or 0xAD1BBF) is known color: Dark Orchid. HEX triplet: AD, 1B and BF. RGB value is (173,27,191). Sum of RGB (Red+Green+Blue) = 173+27+191=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD1BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1BBF is #52E440. Grayscale: #585858. Windows color (decimal): -5432385 or 12524461. OLE color: 12524461.

HSL color Cylindrical-coordinate representation of color #AD1BBF: hue angle of 293.41º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1BBF is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 27 191 -
CMYK 0.09 0.86 0 0.25
HSL 293.41º 0.75% 0.43% -
HSV(B) 293.41º 0.86% 0.75% -
XYZ 27.03 13.43 50.46 -
YUV 89.35 185.37 187.66 -
System Red Green Blue C M Y K H S L
Decimal 173 27 191 0.09 0.86 0 0.25 293.41 0.75 0.43
Hex AD 1B BF 9 56 0 19 125 4B 2B
Octal 255 33 277 11 126 0 31 445 113 53
Binary 10101101 11011 10111111 1001 1010110 0 11001 100100101 1001011 101011

Color Harmonies of #AD1BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1BBF

Black with #AD1BBF

Text Example


Text Example

White with #AD1BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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