Html Css Color HEX #AD3EC3 Dark Orchid

📋 copy color: '#AD3EC3'

red 173 ◦ green 62 ◦ blue 195

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

Shades of Dark Orchid #AD3EC3

Tints of Dark Orchid #AD3EC3

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.42%

 BLUE value IS 195 (76.56% from 255) = 45.35%

R = 40.23%
G = 14.42%
B = 45.35%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD3EC3 (or 0xAD3EC3) is known color: Dark Orchid. HEX triplet: AD, 3E and C3. RGB value is (173,62,195). Sum of RGB (Red+Green+Blue) = 173+62+195=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD3EC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3EC3 is #52C13C. Grayscale: #6D6D6D. Windows color (decimal): -5423421 or 12795565. OLE color: 12795565.

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

Color convert

RGB 173 62 195 -
CMYK 0.11 0.68 0 0.24
HSL 290.08º 0.53% 0.5% -
HSV(B) 290.08º 0.68% 0.76% -
XYZ 28.81 16.27 53.25 -
YUV 110.35 175.77 172.69 -
System Red Green Blue C M Y K H S L
Decimal 173 62 195 0.11 0.68 0 0.24 290.08 0.53 0.5
Hex AD 3E C3 B 44 0 18 122 35 32
Octal 255 76 303 13 104 0 30 442 65 62
Binary 10101101 111110 11000011 1011 1000100 0 11000 100100010 110101 110010

Color Harmonies of #AD3EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3EC3

Black with #AD3EC3

Text Example


Text Example

White with #AD3EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3EC3; }

 p { color: rgb(173,62,195); }

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

background-color css

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

 a { background-color: rgb(173,62,195); }

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

border-color css

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

 span { border-color: rgb(173,62,195); }

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