Html Css Color HEX #AD1FAC Dark Orchid

📋 copy color: '#AD1FAC'

red 173 ◦ green 31 ◦ blue 172

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

Shades of Dark Orchid #AD1FAC

Tints of Dark Orchid #AD1FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.74%

R = 46.01%
G = 8.24%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD1FAC (or 0xAD1FAC) is known color: Dark Orchid. HEX triplet: AD, 1F and AC. RGB value is (173,31,172). Sum of RGB (Red+Green+Blue) = 173+31+172=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1FAC is #52E053. Grayscale: #595959. Windows color (decimal): -5431380 or 11280301. OLE color: 11280301.

HSL color Cylindrical-coordinate representation of color #AD1FAC: hue angle of 300.42º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD1FAC is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 31 172 -
CMYK 0 0.82 0.01 0.32
HSL 300.42º 0.7% 0.4% -
HSV(B) 300.42º 0.82% 0.68% -
XYZ 25.17 12.84 40.18 -
YUV 89.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 173 31 172 0 0.82 0.01 0.32 300.42 0.7 0.4
Hex AD 1F AC 0 52 1 20 12C 46 28
Octal 255 37 254 0 122 1 40 454 106 50
Binary 10101101 11111 10101100 0 1010010 1 100000 100101100 1000110 101000

Color Harmonies of #AD1FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1FAC

Black with #AD1FAC

Text Example


Text Example

White with #AD1FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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