Html Css Color HEX #AD3CC6 Dark Orchid

📋 copy color: '#AD3CC6'

red 173 ◦ green 60 ◦ blue 198

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

Shades of Dark Orchid #AD3CC6

Tints of Dark Orchid #AD3CC6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.92%

 BLUE value IS 198 (77.73% from 255) = 45.94%

R = 40.14%
G = 13.92%
B = 45.94%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD3CC6 (or 0xAD3CC6) is known color: Dark Orchid. HEX triplet: AD, 3C and C6. RGB value is (173,60,198). Sum of RGB (Red+Green+Blue) = 173+60+198=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD3CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3CC6 is #52C339. Grayscale: #6D6D6D. Windows color (decimal): -5423930 or 12991661. OLE color: 12991661.

HSL color Cylindrical-coordinate representation of color #AD3CC6: hue angle of 289.13º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3CC6 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 60 198 -
CMYK 0.13 0.70 0 0.22
HSL 289.13º 0.55% 0.51% -
HSV(B) 289.13º 0.7% 0.78% -
XYZ 29.04 16.19 55.02 -
YUV 109.52 177.94 173.28 -
System Red Green Blue C M Y K H S L
Decimal 173 60 198 0.13 0.70 0 0.22 289.13 0.55 0.51
Hex AD 3C C6 D 46 0 16 121 37 33
Octal 255 74 306 15 106 0 26 441 67 63
Binary 10101101 111100 11000110 1101 1000110 0 10110 100100001 110111 110011

Color Harmonies of #AD3CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CC6

Black with #AD3CC6

Text Example


Text Example

White with #AD3CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CC6; }

 p { color: rgb(173,60,198); }

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

background-color css

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

 a { background-color: rgb(173,60,198); }

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

border-color css

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

 span { border-color: rgb(173,60,198); }

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