Html Css Color HEX #AD2DDA Dark Orchid

📋 copy color: '#AD2DDA'

red 173 ◦ green 45 ◦ blue 218

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

Shades of Dark Orchid #AD2DDA

Tints of Dark Orchid #AD2DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50%

R = 39.68%
G = 10.32%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD2DDA (or 0xAD2DDA) is known color: Dark Orchid. HEX triplet: AD, 2D and DA. RGB value is (173,45,218). Sum of RGB (Red+Green+Blue) = 173+45+218=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD2DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DDA is #52D225. Grayscale: #666666. Windows color (decimal): -5427750 or 14298541. OLE color: 14298541.

HSL color Cylindrical-coordinate representation of color #AD2DDA: hue angle of 284.39º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2DDA is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 45 218 -
CMYK 0.21 0.79 0 0.15
HSL 284.39º 0.7% 0.52% -
HSV(B) 284.39º 0.79% 0.85% -
XYZ 30.83 15.82 67.76 -
YUV 102.99 192.91 177.93 -
System Red Green Blue C M Y K H S L
Decimal 173 45 218 0.21 0.79 0 0.15 284.39 0.7 0.52
Hex AD 2D DA 15 4F 0 F 11C 46 34
Octal 255 55 332 25 117 0 17 434 106 64
Binary 10101101 101101 11011010 10101 1001111 0 1111 100011100 1000110 110100

Color Harmonies of #AD2DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DDA

Black with #AD2DDA

Text Example


Text Example

White with #AD2DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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