Html Css Color HEX #AD3EBF Dark Orchid

📋 copy color: '#AD3EBF'

red 173 ◦ green 62 ◦ blue 191

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

Shades of Dark Orchid #AD3EBF

Tints of Dark Orchid #AD3EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.84%

R = 40.61%
G = 14.55%
B = 44.84%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD3EBF (or 0xAD3EBF) is known color: Dark Orchid. HEX triplet: AD, 3E and BF. RGB value is (173,62,191). Sum of RGB (Red+Green+Blue) = 173+62+191=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD3EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3EBF is #52C140. Grayscale: #6D6D6D. Windows color (decimal): -5423425 or 12533421. OLE color: 12533421.

HSL color Cylindrical-coordinate representation of color #AD3EBF: hue angle of 291.63º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3EBF is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 62 191 -
CMYK 0.09 0.68 0 0.25
HSL 291.63º 0.51% 0.5% -
HSV(B) 291.63º 0.68% 0.75% -
XYZ 28.36 16.09 50.9 -
YUV 109.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 173 62 191 0.09 0.68 0 0.25 291.63 0.51 0.5
Hex AD 3E BF 9 44 0 19 124 33 32
Octal 255 76 277 11 104 0 31 444 63 62
Binary 10101101 111110 10111111 1001 1000100 0 11001 100100100 110011 110010

Color Harmonies of #AD3EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3EBF

Black with #AD3EBF

Text Example


Text Example

White with #AD3EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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