Html Css Color HEX #AD3BEC Dark Orchid

📋 copy color: '#AD3BEC'

red 173 ◦ green 59 ◦ blue 236

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

Shades of Dark Orchid #AD3BEC

Tints of Dark Orchid #AD3BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.43%

R = 36.97%
G = 12.61%
B = 50.43%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD3BEC (or 0xAD3BEC) is known color: Dark Orchid. HEX triplet: AD, 3B and EC. RGB value is (173,59,236). Sum of RGB (Red+Green+Blue) = 173+59+236=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD3BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3BEC is #52C413. Grayscale: #707070. Windows color (decimal): -5424148 or 15481773. OLE color: 15481773.

HSL color Cylindrical-coordinate representation of color #AD3BEC: hue angle of 278.64º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD3BEC is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 59 236 -
CMYK 0.27 0.75 0 0.07
HSL 278.64º 0.82% 0.58% -
HSV(B) 278.64º 0.75% 0.93% -
XYZ 33.94 18.07 81.06 -
YUV 113.26 197.27 170.61 -
System Red Green Blue C M Y K H S L
Decimal 173 59 236 0.27 0.75 0 0.07 278.64 0.82 0.58
Hex AD 3B EC 1B 4B 0 7 117 52 3A
Octal 255 73 354 33 113 0 7 427 122 72
Binary 10101101 111011 11101100 11011 1001011 0 111 100010111 1010010 111010

Color Harmonies of #AD3BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3BEC

Black with #AD3BEC

Text Example


Text Example

White with #AD3BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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