Html Css Color HEX #AD1FAF Dark Orchid

📋 copy color: '#AD1FAF'

red 173 ◦ green 31 ◦ blue 175

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

Shades of Dark Orchid #AD1FAF

Tints of Dark Orchid #AD1FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.17%

R = 45.65%
G = 8.18%
B = 46.17%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD1FAF (or 0xAD1FAF) is known color: Dark Orchid. HEX triplet: AD, 1F and AF. RGB value is (173,31,175). Sum of RGB (Red+Green+Blue) = 173+31+175=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD1FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1FAF is #52E050. Grayscale: #595959. Windows color (decimal): -5431377 or 11476909. OLE color: 11476909.

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

Color convert

RGB 173 31 175 -
CMYK 0.01 0.82 0 0.31
HSL 299.17º 0.7% 0.4% -
HSV(B) 299.17º 0.82% 0.69% -
XYZ 25.46 12.96 41.72 -
YUV 89.87 176.04 187.29 -
System Red Green Blue C M Y K H S L
Decimal 173 31 175 0.01 0.82 0 0.31 299.17 0.7 0.4
Hex AD 1F AF 1 52 0 1F 12B 46 28
Octal 255 37 257 1 122 0 37 453 106 50
Binary 10101101 11111 10101111 1 1010010 0 11111 100101011 1000110 101000

Color Harmonies of #AD1FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1FAF

Black with #AD1FAF

Text Example


Text Example

White with #AD1FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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