Html Css Color HEX #AD2DE9 Dark Orchid

📋 copy color: '#AD2DE9'

red 173 ◦ green 45 ◦ blue 233

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

Shades of Dark Orchid #AD2DE9

Tints of Dark Orchid #AD2DE9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.98%

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

R = 38.36%
G = 9.98%
B = 51.66%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD2DE9 (or 0xAD2DE9) is known color: Dark Orchid. HEX triplet: AD, 2D and E9. RGB value is (173,45,233). Sum of RGB (Red+Green+Blue) = 173+45+233=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 233 (91.41% from 255 or 51.66% from 451); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD2DE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2DE9 is #52D216. Grayscale: #686868. Windows color (decimal): -5427735 or 15281581. OLE color: 15281581.

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

Color convert

RGB 173 45 233 -
CMYK 0.26 0.81 0 0.09
HSL 280.85º 0.81% 0.55% -
HSV(B) 280.85º 0.81% 0.91% -
XYZ 32.88 16.64 78.57 -
YUV 104.7 200.41 176.71 -
System Red Green Blue C M Y K H S L
Decimal 173 45 233 0.26 0.81 0 0.09 280.85 0.81 0.55
Hex AD 2D E9 1A 51 0 9 119 51 37
Octal 255 55 351 32 121 0 11 431 121 67
Binary 10101101 101101 11101001 11010 1010001 0 1001 100011001 1010001 110111

Color Harmonies of #AD2DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DE9

Black with #AD2DE9

Text Example


Text Example

White with #AD2DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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