Html Css Color HEX #AD3BEE Dark Orchid

📋 copy color: '#AD3BEE'

red 173 ◦ green 59 ◦ blue 238

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

Shades of Dark Orchid #AD3BEE

Tints of Dark Orchid #AD3BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.64%

R = 36.81%
G = 12.55%
B = 50.64%

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

#AD3BEE (or 0xAD3BEE) is known color: Dark Orchid. HEX triplet: AD, 3B and EE. RGB value is (173,59,238). Sum of RGB (Red+Green+Blue) = 173+59+238=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD3BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3BEE is #52C411. Grayscale: #707070. Windows color (decimal): -5424146 or 15612845. OLE color: 15612845.

HSL color Cylindrical-coordinate representation of color #AD3BEE: hue angle of 278.21º degrees, saturation: 0.84, 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 #AD3BEE is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 59 238 -
CMYK 0.27 0.75 0 0.07
HSL 278.21º 0.84% 0.58% -
HSV(B) 278.21º 0.75% 0.93% -
XYZ 34.23 18.19 82.59 -
YUV 113.49 198.27 170.45 -
System Red Green Blue C M Y K H S L
Decimal 173 59 238 0.27 0.75 0 0.07 278.21 0.84 0.58
Hex AD 3B EE 1B 4B 0 7 116 54 3A
Octal 255 73 356 33 113 0 7 426 124 72
Binary 10101101 111011 11101110 11011 1001011 0 111 100010110 1010100 111010

Color Harmonies of #AD3BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3BEE

Black with #AD3BEE

Text Example


Text Example

White with #AD3BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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