Html Css Color HEX #AD2BE5 Dark Orchid

📋 copy color: '#AD2BE5'

red 173 ◦ green 43 ◦ blue 229

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

Shades of Dark Orchid #AD2BE5

Tints of Dark Orchid #AD2BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 51.46%

R = 38.88%
G = 9.66%
B = 51.46%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD2BE5 (or 0xAD2BE5) is known color: Dark Orchid. HEX triplet: AD, 2B and E5. RGB value is (173,43,229). Sum of RGB (Red+Green+Blue) = 173+43+229=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 229 (89.84% from 255 or 51.46% from 445); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD2BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2BE5 is #52D41A. Grayscale: #666666. Windows color (decimal): -5428251 or 15018925. OLE color: 15018925.

HSL color Cylindrical-coordinate representation of color #AD2BE5: hue angle of 281.94º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2BE5 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 43 229 -
CMYK 0.24 0.81 0 0.10
HSL 281.94º 0.78% 0.53% -
HSV(B) 281.94º 0.81% 0.9% -
XYZ 32.24 16.27 75.57 -
YUV 103.07 199.07 177.88 -
System Red Green Blue C M Y K H S L
Decimal 173 43 229 0.24 0.81 0 0.10 281.94 0.78 0.53
Hex AD 2B E5 18 51 0 A 11A 4E 35
Octal 255 53 345 30 121 0 12 432 116 65
Binary 10101101 101011 11100101 11000 1010001 0 1010 100011010 1001110 110101

Color Harmonies of #AD2BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BE5

Black with #AD2BE5

Text Example


Text Example

White with #AD2BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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