Html Css Color HEX #AD3ADB Dark Orchid

📋 copy color: '#AD3ADB'

red 173 ◦ green 58 ◦ blue 219

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

Shades of Dark Orchid #AD3ADB

Tints of Dark Orchid #AD3ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 38.44%
G = 12.89%
B = 48.67%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD3ADB (or 0xAD3ADB) is known color: Dark Orchid. HEX triplet: AD, 3A and DB. RGB value is (173,58,219). Sum of RGB (Red+Green+Blue) = 173+58+219=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD3ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ADB is #52C524. Grayscale: #6E6E6E. Windows color (decimal): -5424421 or 14367405. OLE color: 14367405.

HSL color Cylindrical-coordinate representation of color #AD3ADB: hue angle of 282.86º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD3ADB is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 58 219 -
CMYK 0.21 0.74 0 0.14
HSL 282.86º 0.69% 0.54% -
HSV(B) 282.86º 0.74% 0.86% -
XYZ 31.53 17.02 68.64 -
YUV 110.74 189.1 172.41 -
System Red Green Blue C M Y K H S L
Decimal 173 58 219 0.21 0.74 0 0.14 282.86 0.69 0.54
Hex AD 3A DB 15 4A 0 E 11B 45 36
Octal 255 72 333 25 112 0 16 433 105 66
Binary 10101101 111010 11011011 10101 1001010 0 1110 100011011 1000101 110110

Color Harmonies of #AD3ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3ADB

Black with #AD3ADB

Text Example


Text Example

White with #AD3ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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