#AD237B

Color #AD237B Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AD237B

Tints of Medium Red Violet #AD237B

Color information

#AD237B (or 0xAD237B) is unknown color: approx Medium Red Violet. HEX triplet: AD, 23 and 7B. RGB value is (173,35,123). Sum of RGB (Red+Green+Blue) = 173+35+123=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD237B is #52DC84. Grayscale: #565656. Windows color (decimal): -5430405 or 8070061. OLE color: 8070061.

HSL color Cylindrical-coordinate representation of color #AD237B: hue angle of 321.74º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD237B is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB17335123-
CMYK00.800.290.32
HSL321.74º66.35%40.78%-
HSV(B)321.74º79.77%67.84%-
XYZ21.4111.5219.83-
YUV86.29148.72189.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.27%
GREEN value IS 35 (14.06% from 255) = 10.57%
BLUE value IS 123 (48.44% from 255) = 37.16%
R=52.27%
G=10.57%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733512300.800.290.32321.7466.3540.78
HexAD237B0501D201424229
Octal255431730120354050210251
Binary10101101100011111101101010000111011000001010000101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD237B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD237B; }

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

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

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

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

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

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

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

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