Html Css Color HEX #AD2BE9 Dark Orchid

📋 copy color: '#AD2BE9'

red 173 ◦ green 43 ◦ blue 233

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

Shades of Dark Orchid #AD2BE9

Tints of Dark Orchid #AD2BE9

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.58%

 BLUE value IS 233 (91.41% from 255) = 51.89%

R = 38.53%
G = 9.58%
B = 51.89%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD2BE9 (or 0xAD2BE9) is known color: Dark Orchid. HEX triplet: AD, 2B and E9. RGB value is (173,43,233). Sum of RGB (Red+Green+Blue) = 173+43+233=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 233 (91.41% from 255 or 51.89% from 449); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD2BE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2BE9 is #52D416. Grayscale: #666666. Windows color (decimal): -5428247 or 15281069. OLE color: 15281069.

HSL color Cylindrical-coordinate representation of color #AD2BE9: hue angle of 281.05º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2BE9 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 43 233 -
CMYK 0.26 0.82 0 0.09
HSL 281.05º 0.81% 0.54% -
HSV(B) 281.05º 0.82% 0.91% -
XYZ 32.81 16.5 78.55 -
YUV 103.53 201.07 177.55 -
System Red Green Blue C M Y K H S L
Decimal 173 43 233 0.26 0.82 0 0.09 281.05 0.81 0.54
Hex AD 2B E9 1A 52 0 9 119 51 36
Octal 255 53 351 32 122 0 11 431 121 66
Binary 10101101 101011 11101001 11010 1010010 0 1001 100011001 1010001 110110

Color Harmonies of #AD2BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BE9

Black with #AD2BE9

Text Example


Text Example

White with #AD2BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BE9; }

 p { color: rgb(173,43,233); }

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

background-color css

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

 a { background-color: rgb(173,43,233); }

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

border-color css

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

 span { border-color: rgb(173,43,233); }

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