Html Css Color HEX #AD2ABA Dark Orchid

📋 copy color: '#AD2ABA'

red 173 ◦ green 42 ◦ blue 186

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

Shades of Dark Orchid #AD2ABA

Tints of Dark Orchid #AD2ABA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.47%

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

R = 43.14%
G = 10.47%
B = 46.38%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD2ABA (or 0xAD2ABA) is known color: Dark Orchid. HEX triplet: AD, 2A and BA. RGB value is (173,42,186). Sum of RGB (Red+Green+Blue) = 173+42+186=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD2ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ABA is #52D545. Grayscale: #616161. Windows color (decimal): -5428550 or 12200621. OLE color: 12200621.

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

Color convert

RGB 173 42 186 -
CMYK 0.07 0.77 0 0.27
HSL 294.58º 0.63% 0.45% -
HSV(B) 294.58º 0.77% 0.73% -
XYZ 26.92 14.09 47.75 -
YUV 97.59 177.9 181.79 -
System Red Green Blue C M Y K H S L
Decimal 173 42 186 0.07 0.77 0 0.27 294.58 0.63 0.45
Hex AD 2A BA 7 4D 0 1B 127 3F 2D
Octal 255 52 272 7 115 0 33 447 77 55
Binary 10101101 101010 10111010 111 1001101 0 11011 100100111 111111 101101

Color Harmonies of #AD2ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2ABA

Black with #AD2ABA

Text Example


Text Example

White with #AD2ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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