#AD23B3

Color #AD23B3 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AD23B3

Tints of Dark Orchid #AD23B3

Color information

#AD23B3 (or 0xAD23B3) is unknown color: approx Dark Orchid. HEX triplet: AD, 23 and B3. RGB value is (173,35,179). Sum of RGB (Red+Green+Blue) = 173+35+179=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD23B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD23B3 is #52DC4C. Grayscale: #5C5C5C. Windows color (decimal): -5430349 or 11740077. OLE color: 11740077.

HSL color Cylindrical-coordinate representation of color #AD23B3: hue angle of 297.5º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD23B3 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17335179-
CMYK0.030.8000.30
HSL297.5º67.29%41.96%-
HSV(B)297.5º80.45%70.2%-
XYZ25.9713.3443.85-
YUV92.68176.72185.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 35 (14.06% from 255) = 9.04%
BLUE value IS 179 (70.31% from 255) = 46.25%
R=44.70%
G=9.04%
B=46.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173351790.030.8000.30297.567.2941.96
HexAD23B335001E12a432a
Octal25543263312003645210352
Binary10101101100011101100111110100000111101001010101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD23B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD23B3; }

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

 H1.HeaderClassName
 {
   color: #AD23B3;
 }
 .AnyTagClassName
 {
   color: #AD23B3;
 }
</style>
background-color css

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

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

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

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

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

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