Html Css Color HEX #AD1FC2 Dark Orchid

📋 copy color: '#AD1FC2'

red 173 ◦ green 31 ◦ blue 194

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

Shades of Dark Orchid #AD1FC2

Tints of Dark Orchid #AD1FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.74%

R = 43.47%
G = 7.79%
B = 48.74%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD1FC2 (or 0xAD1FC2) is known color: Dark Orchid. HEX triplet: AD, 1F and C2. RGB value is (173,31,194). Sum of RGB (Red+Green+Blue) = 173+31+194=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD1FC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1FC2 is #52E03D. Grayscale: #5B5B5B. Windows color (decimal): -5431358 or 12722093. OLE color: 12722093.

HSL color Cylindrical-coordinate representation of color #AD1FC2: hue angle of 292.27º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1FC2 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 31 194 -
CMYK 0.11 0.84 0 0.24
HSL 292.27º 0.72% 0.44% -
HSV(B) 292.27º 0.84% 0.76% -
XYZ 27.46 13.76 52.25 -
YUV 92.04 185.54 185.75 -
System Red Green Blue C M Y K H S L
Decimal 173 31 194 0.11 0.84 0 0.24 292.27 0.72 0.44
Hex AD 1F C2 B 54 0 18 124 48 2C
Octal 255 37 302 13 124 0 30 444 110 54
Binary 10101101 11111 11000010 1011 1010100 0 11000 100100100 1001000 101100

Color Harmonies of #AD1FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1FC2

Black with #AD1FC2

Text Example


Text Example

White with #AD1FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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