Html Css Color HEX #AD2BE0 Dark Orchid

📋 copy color: '#AD2BE0'

red 173 ◦ green 43 ◦ blue 224

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

Shades of Dark Orchid #AD2BE0

Tints of Dark Orchid #AD2BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.91%

R = 39.32%
G = 9.77%
B = 50.91%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD2BE0 (or 0xAD2BE0) is known color: Dark Orchid. HEX triplet: AD, 2B and E0. RGB value is (173,43,224). Sum of RGB (Red+Green+Blue) = 173+43+224=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD2BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2BE0 is #52D41F. Grayscale: #656565. Windows color (decimal): -5428256 or 14691245. OLE color: 14691245.

HSL color Cylindrical-coordinate representation of color #AD2BE0: hue angle of 283.09º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2BE0 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 43 224 -
CMYK 0.23 0.81 0 0.12
HSL 283.09º 0.74% 0.52% -
HSV(B) 283.09º 0.81% 0.88% -
XYZ 31.55 15.99 71.95 -
YUV 102.5 196.57 178.28 -
System Red Green Blue C M Y K H S L
Decimal 173 43 224 0.23 0.81 0 0.12 283.09 0.74 0.52
Hex AD 2B E0 17 51 0 C 11B 4A 34
Octal 255 53 340 27 121 0 14 433 112 64
Binary 10101101 101011 11100000 10111 1010001 0 1100 100011011 1001010 110100

Color Harmonies of #AD2BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BE0

Black with #AD2BE0

Text Example


Text Example

White with #AD2BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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