Html Css Color HEX #AD2ABF Dark Orchid

📋 copy color: '#AD2ABF'

red 173 ◦ green 42 ◦ blue 191

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

Shades of Dark Orchid #AD2ABF

Tints of Dark Orchid #AD2ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.04%

R = 42.61%
G = 10.34%
B = 47.04%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD2ABF (or 0xAD2ABF) is known color: Dark Orchid. HEX triplet: AD, 2A and BF. RGB value is (173,42,191). Sum of RGB (Red+Green+Blue) = 173+42+191=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD2ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ABF is #52D540. Grayscale: #616161. Windows color (decimal): -5428545 or 12528301. OLE color: 12528301.

HSL color Cylindrical-coordinate representation of color #AD2ABF: hue angle of 292.75º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2ABF is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 42 191 -
CMYK 0.09 0.78 0 0.25
HSL 292.75º 0.64% 0.46% -
HSV(B) 292.75º 0.78% 0.75% -
XYZ 27.47 14.3 50.6 -
YUV 98.16 180.4 181.38 -
System Red Green Blue C M Y K H S L
Decimal 173 42 191 0.09 0.78 0 0.25 292.75 0.64 0.46
Hex AD 2A BF 9 4E 0 19 125 40 2E
Octal 255 52 277 11 116 0 31 445 100 56
Binary 10101101 101010 10111111 1001 1001110 0 11001 100100101 1000000 101110

Color Harmonies of #AD2ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2ABF

Black with #AD2ABF

Text Example


Text Example

White with #AD2ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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