Html Css Color HEX #AD1FCF Dark Orchid

📋 copy color: '#AD1FCF'

red 173 ◦ green 31 ◦ blue 207

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

Shades of Dark Orchid #AD1FCF

Tints of Dark Orchid #AD1FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 42.09%
G = 7.54%
B = 50.36%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD1FCF (or 0xAD1FCF) is known color: Dark Orchid. HEX triplet: AD, 1F and CF. RGB value is (173,31,207). Sum of RGB (Red+Green+Blue) = 173+31+207=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD1FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1FCF is #52E030. Grayscale: #5C5C5C. Windows color (decimal): -5431345 or 13574061. OLE color: 13574061.

HSL color Cylindrical-coordinate representation of color #AD1FCF: hue angle of 288.41º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1FCF is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 31 207 -
CMYK 0.16 0.85 0 0.19
HSL 288.41º 0.74% 0.47% -
HSV(B) 288.41º 0.85% 0.81% -
XYZ 28.99 14.37 60.28 -
YUV 93.52 192.04 184.69 -
System Red Green Blue C M Y K H S L
Decimal 173 31 207 0.16 0.85 0 0.19 288.41 0.74 0.47
Hex AD 1F CF 10 55 0 13 120 4A 2F
Octal 255 37 317 20 125 0 23 440 112 57
Binary 10101101 11111 11001111 10000 1010101 0 10011 100100000 1001010 101111

Color Harmonies of #AD1FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1FCF

Black with #AD1FCF

Text Example


Text Example

White with #AD1FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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