Html Css Color HEX #AD1FAB Dark Orchid

📋 copy color: '#AD1FAB'

red 173 ◦ green 31 ◦ blue 171

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

Shades of Dark Orchid #AD1FAB

Tints of Dark Orchid #AD1FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 46.13%
G = 8.27%
B = 45.6%

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

#AD1FAB (or 0xAD1FAB) is known color: Dark Orchid. HEX triplet: AD, 1F and AB. RGB value is (173,31,171). Sum of RGB (Red+Green+Blue) = 173+31+171=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1FAB is #52E054. Grayscale: #595959. Windows color (decimal): -5431381 or 11214765. OLE color: 11214765.

HSL color Cylindrical-coordinate representation of color #AD1FAB: hue angle of 300.85º 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 #AD1FAB is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 31 171 -
CMYK 0 0.82 0.01 0.32
HSL 300.85º 0.7% 0.4% -
HSV(B) 300.85º 0.82% 0.68% -
XYZ 25.07 12.8 39.68 -
YUV 89.42 174.04 187.62 -
System Red Green Blue C M Y K H S L
Decimal 173 31 171 0 0.82 0.01 0.32 300.85 0.7 0.4
Hex AD 1F AB 0 52 1 20 12D 46 28
Octal 255 37 253 0 122 1 40 455 106 50
Binary 10101101 11111 10101011 0 1010010 1 100000 100101101 1000110 101000

Color Harmonies of #AD1FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1FAB

Black with #AD1FAB

Text Example


Text Example

White with #AD1FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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