Html Css Color HEX #AD2BE7 Dark Orchid

📋 copy color: '#AD2BE7'

red 173 ◦ green 43 ◦ blue 231

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

Shades of Dark Orchid #AD2BE7

Tints of Dark Orchid #AD2BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 51.68%

R = 38.7%
G = 9.62%
B = 51.68%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD2BE7 (or 0xAD2BE7) is known color: Dark Orchid. HEX triplet: AD, 2B and E7. RGB value is (173,43,231). Sum of RGB (Red+Green+Blue) = 173+43+231=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 231 (90.62% from 255 or 51.68% from 447); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD2BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2BE7 is #52D418. Grayscale: #666666. Windows color (decimal): -5428249 or 15149997. OLE color: 15149997.

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

Color convert

RGB 173 43 231 -
CMYK 0.25 0.81 0 0.09
HSL 281.49º 0.8% 0.54% -
HSV(B) 281.49º 0.81% 0.91% -
XYZ 32.52 16.38 77.05 -
YUV 103.3 200.07 177.71 -
System Red Green Blue C M Y K H S L
Decimal 173 43 231 0.25 0.81 0 0.09 281.49 0.8 0.54
Hex AD 2B E7 19 51 0 9 119 50 36
Octal 255 53 347 31 121 0 11 431 120 66
Binary 10101101 101011 11100111 11001 1010001 0 1001 100011001 1010000 110110

Color Harmonies of #AD2BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BE7

Black with #AD2BE7

Text Example


Text Example

White with #AD2BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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