Html Css Color HEX #AD3ABB Dark Orchid

📋 copy color: '#AD3ABB'

red 173 ◦ green 58 ◦ blue 187

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

Shades of Dark Orchid #AD3ABB

Tints of Dark Orchid #AD3ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.74%

R = 41.39%
G = 13.88%
B = 44.74%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD3ABB (or 0xAD3ABB) is known color: Dark Orchid. HEX triplet: AD, 3A and BB. RGB value is (173,58,187). Sum of RGB (Red+Green+Blue) = 173+58+187=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD3ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ABB is #52C544. Grayscale: #6A6A6A. Windows color (decimal): -5424453 or 12270253. OLE color: 12270253.

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

Color convert

RGB 173 58 187 -
CMYK 0.07 0.69 0 0.27
HSL 293.49º 0.53% 0.48% -
HSV(B) 293.49º 0.69% 0.73% -
XYZ 27.72 15.5 48.54 -
YUV 107.09 173.1 175.01 -
System Red Green Blue C M Y K H S L
Decimal 173 58 187 0.07 0.69 0 0.27 293.49 0.53 0.48
Hex AD 3A BB 7 45 0 1B 125 35 30
Octal 255 72 273 7 105 0 33 445 65 60
Binary 10101101 111010 10111011 111 1000101 0 11011 100100101 110101 110000

Color Harmonies of #AD3ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3ABB

Black with #AD3ABB

Text Example


Text Example

White with #AD3ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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