#ab38bf

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

Shades of Dark Orchid #AB38BF

Tints of Dark Orchid #AB38BF

Color information

#AB38BF (or 0xAB38BF) is unknown color: approx Dark Orchid. HEX triplet: AB, 38 and BF. RGB value is (171,56,191). Sum of RGB (Red+Green+Blue) = 171+56+191=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB38BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB38BF is #54C740. Grayscale: #696969. Windows color (decimal): -5556033 or 12531883. OLE color: 12531883.

HSL color Cylindrical-coordinate representation of color #AB38BF: hue angle of 291.11º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB38BF is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17156191-
CMYK0.100.7100.25
HSL291.11º54.66%48.43%-
HSV(B)291.11º70.68%74.9%-
XYZ27.6115.2550.78-
YUV105.78176.1174.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 56 (22.27% from 255) = 13.40%
BLUE value IS 191 (75% from 255) = 45.69%
R=40.91%
G=13.40%
B=45.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171561910.100.7100.25291.1154.6648.43
HexAB38BFA470191233730
Octal25370277121070314436760
Binary101010111110001011111110101000111011001100100011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab38bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab38bf; }

 p { color: rgb(171,56,191); }

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

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

 a { background-color: rgb(171,56,191); }

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

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

 span { border-color: rgb(171,56,191); }

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