Html Css Color HEX #AD2BBB Dark Orchid

📋 copy color: '#AD2BBB'

red 173 ◦ green 43 ◦ blue 187

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

Shades of Dark Orchid #AD2BBB

Tints of Dark Orchid #AD2BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.4%

R = 42.93%
G = 10.67%
B = 46.4%

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

#AD2BBB (or 0xAD2BBB) is known color: Dark Orchid. HEX triplet: AD, 2B and BB. RGB value is (173,43,187). Sum of RGB (Red+Green+Blue) = 173+43+187=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD2BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2BBB is #52D444. Grayscale: #616161. Windows color (decimal): -5428293 or 12266413. OLE color: 12266413.

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

Color convert

RGB 173 43 187 -
CMYK 0.07 0.77 0 0.27
HSL 294.17º 0.63% 0.45% -
HSV(B) 294.17º 0.77% 0.73% -
XYZ 27.07 14.2 48.33 -
YUV 98.29 178.07 181.29 -
System Red Green Blue C M Y K H S L
Decimal 173 43 187 0.07 0.77 0 0.27 294.17 0.63 0.45
Hex AD 2B BB 7 4D 0 1B 126 3F 2D
Octal 255 53 273 7 115 0 33 446 77 55
Binary 10101101 101011 10111011 111 1001101 0 11011 100100110 111111 101101

Color Harmonies of #AD2BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BBB

Black with #AD2BBB

Text Example


Text Example

White with #AD2BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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