Html Css Color HEX #AD3ACB Dark Orchid

📋 copy color: '#AD3ACB'

red 173 ◦ green 58 ◦ blue 203

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

Shades of Dark Orchid #AD3ACB

Tints of Dark Orchid #AD3ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 39.86%
G = 13.36%
B = 46.77%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD3ACB (or 0xAD3ACB) is known color: Dark Orchid. HEX triplet: AD, 3A and CB. RGB value is (173,58,203). Sum of RGB (Red+Green+Blue) = 173+58+203=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD3ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ACB is #52C534. Grayscale: #6C6C6C. Windows color (decimal): -5424437 or 13318829. OLE color: 13318829.

HSL color Cylindrical-coordinate representation of color #AD3ACB: hue angle of 287.59º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3ACB is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 58 203 -
CMYK 0.15 0.71 0 0.20
HSL 287.59º 0.58% 0.51% -
HSV(B) 287.59º 0.71% 0.8% -
XYZ 29.53 16.22 58.07 -
YUV 108.92 181.1 173.71 -
System Red Green Blue C M Y K H S L
Decimal 173 58 203 0.15 0.71 0 0.20 287.59 0.58 0.51
Hex AD 3A CB F 47 0 14 120 3A 33
Octal 255 72 313 17 107 0 24 440 72 63
Binary 10101101 111010 11001011 1111 1000111 0 10100 100100000 111010 110011

Color Harmonies of #AD3ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3ACB

Black with #AD3ACB

Text Example


Text Example

White with #AD3ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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