Html Css Color HEX #AD3EC8 Dark Orchid

📋 copy color: '#AD3EC8'

red 173 ◦ green 62 ◦ blue 200

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

Shades of Dark Orchid #AD3EC8

Tints of Dark Orchid #AD3EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.98%

R = 39.77%
G = 14.25%
B = 45.98%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD3EC8 (or 0xAD3EC8) is known color: Dark Orchid. HEX triplet: AD, 3E and C8. RGB value is (173,62,200). Sum of RGB (Red+Green+Blue) = 173+62+200=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD3EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3EC8 is #52C137. Grayscale: #6E6E6E. Windows color (decimal): -5423416 or 13123245. OLE color: 13123245.

HSL color Cylindrical-coordinate representation of color #AD3EC8: hue angle of 288.26º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3EC8 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 62 200 -
CMYK 0.14 0.69 0 0.22
HSL 288.26º 0.56% 0.51% -
HSV(B) 288.26º 0.69% 0.78% -
XYZ 29.38 16.5 56.28 -
YUV 110.92 178.27 172.28 -
System Red Green Blue C M Y K H S L
Decimal 173 62 200 0.14 0.69 0 0.22 288.26 0.56 0.51
Hex AD 3E C8 E 45 0 16 120 38 33
Octal 255 76 310 16 105 0 26 440 70 63
Binary 10101101 111110 11001000 1110 1000101 0 10110 100100000 111000 110011

Color Harmonies of #AD3EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3EC8

Black with #AD3EC8

Text Example


Text Example

White with #AD3EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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