Html Css Color HEX #AD2FC0 Dark Orchid

📋 copy color: '#AD2FC0'

red 173 ◦ green 47 ◦ blue 192

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

Shades of Dark Orchid #AD2FC0

Tints of Dark Orchid #AD2FC0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.41%

 BLUE value IS 192 (75.39% from 255) = 46.6%

R = 41.99%
G = 11.41%
B = 46.6%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD2FC0 (or 0xAD2FC0) is known color: Dark Orchid. HEX triplet: AD, 2F and C0. RGB value is (173,47,192). Sum of RGB (Red+Green+Blue) = 173+47+192=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD2FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FC0 is #52D03F. Grayscale: #646464. Windows color (decimal): -5427264 or 12595117. OLE color: 12595117.

HSL color Cylindrical-coordinate representation of color #AD2FC0: hue angle of 292.14º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2FC0 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 47 192 -
CMYK 0.10 0.76 0 0.25
HSL 292.14º 0.61% 0.47% -
HSV(B) 292.14º 0.76% 0.75% -
XYZ 27.76 14.72 51.25 -
YUV 101.2 179.24 179.21 -
System Red Green Blue C M Y K H S L
Decimal 173 47 192 0.10 0.76 0 0.25 292.14 0.61 0.47
Hex AD 2F C0 A 4C 0 19 124 3D 2F
Octal 255 57 300 12 114 0 31 444 75 57
Binary 10101101 101111 11000000 1010 1001100 0 11001 100100100 111101 101111

Color Harmonies of #AD2FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2FC0

Black with #AD2FC0

Text Example


Text Example

White with #AD2FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2FC0; }

 p { color: rgb(173,47,192); }

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

background-color css

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

 a { background-color: rgb(173,47,192); }

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

border-color css

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

 span { border-color: rgb(173,47,192); }

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