Html Css Color HEX #AD1FBA Dark Orchid

📋 copy color: '#AD1FBA'

red 173 ◦ green 31 ◦ blue 186

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

Shades of Dark Orchid #AD1FBA

Tints of Dark Orchid #AD1FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.95%

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

R = 44.36%
G = 7.95%
B = 47.69%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD1FBA (or 0xAD1FBA) is known color: Dark Orchid. HEX triplet: AD, 1F and BA. RGB value is (173,31,186). Sum of RGB (Red+Green+Blue) = 173+31+186=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD1FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1FBA is #52E045. Grayscale: #5A5A5A. Windows color (decimal): -5431366 or 12197805. OLE color: 12197805.

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

Color convert

RGB 173 31 186 -
CMYK 0.07 0.83 0 0.27
HSL 294.97º 0.71% 0.43% -
HSV(B) 294.97º 0.83% 0.73% -
XYZ 26.59 13.41 47.64 -
YUV 91.13 181.54 186.4 -
System Red Green Blue C M Y K H S L
Decimal 173 31 186 0.07 0.83 0 0.27 294.97 0.71 0.43
Hex AD 1F BA 7 53 0 1B 127 47 2B
Octal 255 37 272 7 123 0 33 447 107 53
Binary 10101101 11111 10111010 111 1010011 0 11011 100100111 1000111 101011

Color Harmonies of #AD1FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1FBA

Black with #AD1FBA

Text Example


Text Example

White with #AD1FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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