Html Css Color HEX #AD26B3 Dark Orchid

📋 copy color: '#AD26B3'

red 173 ◦ green 38 ◦ blue 179

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

Shades of Dark Orchid #AD26B3

Tints of Dark Orchid #AD26B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.9%

R = 44.36%
G = 9.74%
B = 45.9%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD26B3 (or 0xAD26B3) is known color: Dark Orchid. HEX triplet: AD, 26 and B3. RGB value is (173,38,179). Sum of RGB (Red+Green+Blue) = 173+38+179=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD26B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD26B3 is #52D94C. Grayscale: #5E5E5E. Windows color (decimal): -5429581 or 11740845. OLE color: 11740845.

HSL color Cylindrical-coordinate representation of color #AD26B3: hue angle of 297.45º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD26B3 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 38 179 -
CMYK 0.03 0.79 0 0.30
HSL 297.45º 0.65% 0.43% -
HSV(B) 297.45º 0.79% 0.7% -
XYZ 26.06 13.53 43.88 -
YUV 94.44 175.73 184.04 -
System Red Green Blue C M Y K H S L
Decimal 173 38 179 0.03 0.79 0 0.30 297.45 0.65 0.43
Hex AD 26 B3 3 4F 0 1E 129 41 2B
Octal 255 46 263 3 117 0 36 451 101 53
Binary 10101101 100110 10110011 11 1001111 0 11110 100101001 1000001 101011

Color Harmonies of #AD26B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD26B3

Black with #AD26B3

Text Example


Text Example

White with #AD26B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD26B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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