Html Css Color HEX #AD2BBA Dark Orchid

📋 copy color: '#AD2BBA'

red 173 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #AD2BBA

Tints of Dark Orchid #AD2BBA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.7%

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

R = 43.03%
G = 10.7%
B = 46.27%

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

#AD2BBA (or 0xAD2BBA) is known color: Dark Orchid. HEX triplet: AD, 2B and BA. RGB value is (173,43,186). Sum of RGB (Red+Green+Blue) = 173+43+186=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD2BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2BBA is #52D445. Grayscale: #616161. Windows color (decimal): -5428294 or 12200877. OLE color: 12200877.

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

Color convert

RGB 173 43 186 -
CMYK 0.07 0.77 0 0.27
HSL 294.55º 0.62% 0.45% -
HSV(B) 294.55º 0.77% 0.73% -
XYZ 26.96 14.16 47.77 -
YUV 98.17 177.57 181.37 -
System Red Green Blue C M Y K H S L
Decimal 173 43 186 0.07 0.77 0 0.27 294.55 0.62 0.45
Hex AD 2B BA 7 4D 0 1B 127 3E 2D
Octal 255 53 272 7 115 0 33 447 76 55
Binary 10101101 101011 10111010 111 1001101 0 11011 100100111 111110 101101

Color Harmonies of #AD2BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BBA

Black with #AD2BBA

Text Example


Text Example

White with #AD2BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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