Html Css Color HEX #AD26BC Dark Orchid

📋 copy color: '#AD26BC'

red 173 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #AD26BC

Tints of Dark Orchid #AD26BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 43.36%
G = 9.52%
B = 47.12%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD26BC (or 0xAD26BC) is known color: Dark Orchid. HEX triplet: AD, 26 and BC. RGB value is (173,38,188). Sum of RGB (Red+Green+Blue) = 173+38+188=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD26BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD26BC is #52D943. Grayscale: #5F5F5F. Windows color (decimal): -5429572 or 12330669. OLE color: 12330669.

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

Color convert

RGB 173 38 188 -
CMYK 0.08 0.80 0 0.26
HSL 294º 0.66% 0.44% -
HSV(B) 294º 0.8% 0.74% -
XYZ 27 13.9 48.84 -
YUV 95.47 180.23 183.3 -
System Red Green Blue C M Y K H S L
Decimal 173 38 188 0.08 0.80 0 0.26 294 0.66 0.44
Hex AD 26 BC 8 50 0 1A 126 42 2C
Octal 255 46 274 10 120 0 32 446 102 54
Binary 10101101 100110 10111100 1000 1010000 0 11010 100100110 1000010 101100

Color Harmonies of #AD26BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD26BC

Black with #AD26BC

Text Example


Text Example

White with #AD26BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD26BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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