Html Css Color HEX #AD3ABA Dark Orchid

📋 copy color: '#AD3ABA'

red 173 ◦ green 58 ◦ blue 186

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

Shades of Dark Orchid #AD3ABA

Tints of Dark Orchid #AD3ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.6%

R = 41.49%
G = 13.91%
B = 44.6%

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

#AD3ABA (or 0xAD3ABA) is known color: Dark Orchid. HEX triplet: AD, 3A and BA. RGB value is (173,58,186). Sum of RGB (Red+Green+Blue) = 173+58+186=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD3ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ABA is #52C545. Grayscale: #6A6A6A. Windows color (decimal): -5424454 or 12204717. OLE color: 12204717.

HSL color Cylindrical-coordinate representation of color #AD3ABA: hue angle of 293.91º degrees, saturation: 0.52, 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 #AD3ABA is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 58 186 -
CMYK 0.07 0.69 0 0.27
HSL 293.91º 0.52% 0.48% -
HSV(B) 293.91º 0.69% 0.73% -
XYZ 27.61 15.46 47.98 -
YUV 106.98 172.6 175.09 -
System Red Green Blue C M Y K H S L
Decimal 173 58 186 0.07 0.69 0 0.27 293.91 0.52 0.48
Hex AD 3A BA 7 45 0 1B 126 34 30
Octal 255 72 272 7 105 0 33 446 64 60
Binary 10101101 111010 10111010 111 1000101 0 11011 100100110 110100 110000

Color Harmonies of #AD3ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3ABA

Black with #AD3ABA

Text Example


Text Example

White with #AD3ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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