Html Css Color HEX #AD3BEF Dark Orchid

📋 copy color: '#AD3BEF'

red 173 ◦ green 59 ◦ blue 239

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

Shades of Dark Orchid #AD3BEF

Tints of Dark Orchid #AD3BEF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.53%

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 36.73%
G = 12.53%
B = 50.74%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD3BEF (or 0xAD3BEF) is known color: Dark Orchid. HEX triplet: AD, 3B and EF. RGB value is (173,59,239). Sum of RGB (Red+Green+Blue) = 173+59+239=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD3BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3BEF is #52C410. Grayscale: #717171. Windows color (decimal): -5424145 or 15678381. OLE color: 15678381.

HSL color Cylindrical-coordinate representation of color #AD3BEF: hue angle of 278º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD3BEF is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 59 239 -
CMYK 0.28 0.75 0 0.06
HSL 278º 0.85% 0.58% -
HSV(B) 278º 0.75% 0.94% -
XYZ 34.38 18.24 83.37 -
YUV 113.61 198.77 170.36 -
System Red Green Blue C M Y K H S L
Decimal 173 59 239 0.28 0.75 0 0.06 278 0.85 0.58
Hex AD 3B EF 1C 4B 0 6 116 55 3A
Octal 255 73 357 34 113 0 6 426 125 72
Binary 10101101 111011 11101111 11100 1001011 0 110 100010110 1010101 111010

Color Harmonies of #AD3BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3BEF

Black with #AD3BEF

Text Example


Text Example

White with #AD3BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3BEF; }

 p { color: rgb(173,59,239); }

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

background-color css

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

 a { background-color: rgb(173,59,239); }

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

border-color css

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

 span { border-color: rgb(173,59,239); }

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