Html Css Color HEX #AD2FBA Dark Orchid

📋 copy color: '#AD2FBA'

red 173 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #AD2FBA

Tints of Dark Orchid #AD2FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.58%

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

R = 42.61%
G = 11.58%
B = 45.81%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD2FBA (or 0xAD2FBA) is known color: Dark Orchid. HEX triplet: AD, 2F and BA. RGB value is (173,47,186). Sum of RGB (Red+Green+Blue) = 173+47+186=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD2FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FBA is #52D045. Grayscale: #646464. Windows color (decimal): -5427270 or 12201901. OLE color: 12201901.

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

Color convert

RGB 173 47 186 -
CMYK 0.07 0.75 0 0.27
HSL 294.39º 0.6% 0.46% -
HSV(B) 294.39º 0.75% 0.73% -
XYZ 27.11 14.46 47.82 -
YUV 100.52 176.24 179.7 -
System Red Green Blue C M Y K H S L
Decimal 173 47 186 0.07 0.75 0 0.27 294.39 0.6 0.46
Hex AD 2F BA 7 4B 0 1B 126 3C 2E
Octal 255 57 272 7 113 0 33 446 74 56
Binary 10101101 101111 10111010 111 1001011 0 11011 100100110 111100 101110

Color Harmonies of #AD2FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2FBA

Black with #AD2FBA

Text Example


Text Example

White with #AD2FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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