Html Css Color HEX #AD26BB Dark Orchid

📋 copy color: '#AD26BB'

red 173 ◦ green 38 ◦ blue 187

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

Shades of Dark Orchid #AD26BB

Tints of Dark Orchid #AD26BB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.55%

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

R = 43.47%
G = 9.55%
B = 46.98%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD26BB (or 0xAD26BB) is known color: Dark Orchid. HEX triplet: AD, 26 and BB. RGB value is (173,38,187). Sum of RGB (Red+Green+Blue) = 173+38+187=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD26BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD26BB is #52D944. Grayscale: #5E5E5E. Windows color (decimal): -5429573 or 12265133. OLE color: 12265133.

HSL color Cylindrical-coordinate representation of color #AD26BB: hue angle of 294.36º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD26BB is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 38 187 -
CMYK 0.07 0.80 0 0.27
HSL 294.36º 0.66% 0.44% -
HSV(B) 294.36º 0.8% 0.73% -
XYZ 26.9 13.86 48.27 -
YUV 95.35 179.73 183.38 -
System Red Green Blue C M Y K H S L
Decimal 173 38 187 0.07 0.80 0 0.27 294.36 0.66 0.44
Hex AD 26 BB 7 50 0 1B 126 42 2C
Octal 255 46 273 7 120 0 33 446 102 54
Binary 10101101 100110 10111011 111 1010000 0 11011 100100110 1000010 101100

Color Harmonies of #AD26BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD26BB

Black with #AD26BB

Text Example


Text Example

White with #AD26BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD26BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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