Html Css Color HEX #AD1FBC Dark Orchid

📋 copy color: '#AD1FBC'

red 173 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #AD1FBC

Tints of Dark Orchid #AD1FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.91%

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

R = 44.13%
G = 7.91%
B = 47.96%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD1FBC (or 0xAD1FBC) is known color: Dark Orchid. HEX triplet: AD, 1F and BC. RGB value is (173,31,188). Sum of RGB (Red+Green+Blue) = 173+31+188=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD1FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1FBC is #52E043. Grayscale: #5A5A5A. Windows color (decimal): -5431364 or 12328877. OLE color: 12328877.

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

Color convert

RGB 173 31 188 -
CMYK 0.08 0.84 0 0.26
HSL 294.27º 0.72% 0.43% -
HSV(B) 294.27º 0.84% 0.74% -
XYZ 26.8 13.5 48.77 -
YUV 91.36 182.54 186.23 -
System Red Green Blue C M Y K H S L
Decimal 173 31 188 0.08 0.84 0 0.26 294.27 0.72 0.43
Hex AD 1F BC 8 54 0 1A 126 48 2B
Octal 255 37 274 10 124 0 32 446 110 53
Binary 10101101 11111 10111100 1000 1010100 0 11010 100100110 1001000 101011

Color Harmonies of #AD1FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1FBC

Black with #AD1FBC

Text Example


Text Example

White with #AD1FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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