Html Css Color HEX #AD3BEA Dark Orchid

📋 copy color: '#AD3BEA'

red 173 ◦ green 59 ◦ blue 234

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

Shades of Dark Orchid #AD3BEA

Tints of Dark Orchid #AD3BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.21%

R = 37.12%
G = 12.66%
B = 50.21%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD3BEA (or 0xAD3BEA) is known color: Dark Orchid. HEX triplet: AD, 3B and EA. RGB value is (173,59,234). Sum of RGB (Red+Green+Blue) = 173+59+234=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD3BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3BEA is #52C415. Grayscale: #707070. Windows color (decimal): -5424150 or 15350701. OLE color: 15350701.

HSL color Cylindrical-coordinate representation of color #AD3BEA: hue angle of 279.09º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD3BEA is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 59 234 -
CMYK 0.26 0.75 0 0.08
HSL 279.09º 0.81% 0.57% -
HSV(B) 279.09º 0.75% 0.92% -
XYZ 33.65 17.95 79.53 -
YUV 113.04 196.27 170.77 -
System Red Green Blue C M Y K H S L
Decimal 173 59 234 0.26 0.75 0 0.08 279.09 0.81 0.57
Hex AD 3B EA 1A 4B 0 8 117 51 39
Octal 255 73 352 32 113 0 10 427 121 71
Binary 10101101 111011 11101010 11010 1001011 0 1000 100010111 1010001 111001

Color Harmonies of #AD3BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3BEA

Black with #AD3BEA

Text Example


Text Example

White with #AD3BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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