Html Css Color HEX #AD3ABD Dark Orchid

📋 copy color: '#AD3ABD'

red 173 ◦ green 58 ◦ blue 189

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

Shades of Dark Orchid #AD3ABD

Tints of Dark Orchid #AD3ABD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.81%

 BLUE value IS 189 (74.22% from 255) = 45%

R = 41.19%
G = 13.81%
B = 45%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD3ABD (or 0xAD3ABD) is known color: Dark Orchid. HEX triplet: AD, 3A and BD. RGB value is (173,58,189). Sum of RGB (Red+Green+Blue) = 173+58+189=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD3ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ABD is #52C542. Grayscale: #6A6A6A. Windows color (decimal): -5424451 or 12401325. OLE color: 12401325.

HSL color Cylindrical-coordinate representation of color #AD3ABD: hue angle of 292.67º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3ABD is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 58 189 -
CMYK 0.08 0.69 0 0.26
HSL 292.67º 0.53% 0.48% -
HSV(B) 292.67º 0.69% 0.74% -
XYZ 27.93 15.58 49.68 -
YUV 107.32 174.1 174.85 -
System Red Green Blue C M Y K H S L
Decimal 173 58 189 0.08 0.69 0 0.26 292.67 0.53 0.48
Hex AD 3A BD 8 45 0 1A 125 35 30
Octal 255 72 275 10 105 0 32 445 65 60
Binary 10101101 111010 10111101 1000 1000101 0 11010 100100101 110101 110000

Color Harmonies of #AD3ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3ABD

Black with #AD3ABD

Text Example


Text Example

White with #AD3ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3ABD; }

 p { color: rgb(173,58,189); }

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

background-color css

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

 a { background-color: rgb(173,58,189); }

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

border-color css

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

 span { border-color: rgb(173,58,189); }

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